@babel/parser
Advanced tools
Comparing version 8.0.0-alpha.2 to 8.0.0-alpha.3
{ | ||
"name": "@babel/parser", | ||
"version": "8.0.0-alpha.2", | ||
"version": "8.0.0-alpha.3", | ||
"description": "A JavaScript parser", | ||
@@ -37,7 +37,7 @@ "author": "The Babel Team (https://babel.dev/team)", | ||
"devDependencies": { | ||
"@babel/code-frame": "^8.0.0-alpha.2", | ||
"@babel/helper-check-duplicate-nodes": "^8.0.0-alpha.2", | ||
"@babel/helper-fixtures": "^8.0.0-alpha.2", | ||
"@babel/helper-string-parser": "^8.0.0-alpha.2", | ||
"@babel/helper-validator-identifier": "^8.0.0-alpha.2", | ||
"@babel/code-frame": "^8.0.0-alpha.3", | ||
"@babel/helper-check-duplicate-nodes": "^8.0.0-alpha.3", | ||
"@babel/helper-fixtures": "^8.0.0-alpha.3", | ||
"@babel/helper-string-parser": "^8.0.0-alpha.3", | ||
"@babel/helper-validator-identifier": "^8.0.0-alpha.3", | ||
"charcodes": "^0.2.0" | ||
@@ -44,0 +44,0 @@ }, |
@@ -15,2 +15,3 @@ // This file is auto-generated! Do not modify it directly. | ||
| "decorators-legacy" | ||
| "deferredImportEvaluation" | ||
| "decoratorAutoAccessors" | ||
@@ -44,2 +45,3 @@ | "destructuringPrivate" | ||
| "regexpUnicodeSets" // Enabled by default | ||
| "sourcePhaseImports" | ||
| "throwExpressions" | ||
@@ -56,2 +58,3 @@ | "topLevelAwait" | ||
| ["moduleAttributes", { version: "may-2020" }] | ||
| ["optionalChainingAssign", { version: "2023-07" }] | ||
| ["pipelineOperator", PipelineOperatorPluginOptions] | ||
@@ -225,2 +228,8 @@ | ["recordAndTuple", RecordAndTuplePluginOptions] | ||
createParenthesizedExpressions?: boolean; | ||
/** | ||
* By default, `import(foo)` is parsed as `CallExpression(Import, [Identifier(foo)])`. | ||
* Set this to true to parse it as an `ImportExpression` node. | ||
*/ | ||
createImportExpressions?: boolean; | ||
} | ||
@@ -245,2 +254,2 @@ | ||
export { DecoratorsPluginOptions, FlowPluginOptions, ParseError, ParseResult, ParserOptions, ParserPlugin, ParserPluginWithOptions, PipelineOperatorPluginOptions, RecordAndTuplePluginOptions, TypeScriptPluginOptions, parse, parseExpression, tokTypes }; | ||
export { type DecoratorsPluginOptions, type FlowPluginOptions, type ParseError, type ParseResult, type ParserOptions, type ParserPlugin, type ParserPluginWithOptions, type PipelineOperatorPluginOptions, type RecordAndTuplePluginOptions, type TypeScriptPluginOptions, parse, parseExpression, tokTypes }; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
1
2351062
10
28818