Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@babel/parser

Package Overview
Dependencies
Maintainers
4
Versions
211
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/parser - npm Package Compare versions

Comparing version 8.0.0-alpha.2 to 8.0.0-alpha.3

12

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc