@babel/parser
Advanced tools
Comparing version 7.21.0 to 7.21.1
{ | ||
"name": "@babel/parser", | ||
"version": "7.21.0", | ||
"version": "7.21.1", | ||
"description": "A JavaScript parser", | ||
@@ -5,0 +5,0 @@ "author": "The Babel Team (https://babel.dev/team)", |
@@ -125,2 +125,8 @@ // This file is auto-generated! Do not modify it directly. | ||
/** | ||
* By default, new.target use is not allowed outside of a function or class. | ||
* Set this to true to accept such code. | ||
*/ | ||
allowNewTargetOutsideFunction?: boolean; | ||
allowSuperOutsideMethod?: boolean; | ||
@@ -135,2 +141,8 @@ | ||
/** | ||
* By default, Babel parser JavaScript code according to Annex B syntax. | ||
* Set this to `false` to disable such behavior. | ||
*/ | ||
annexB?: boolean; | ||
/** | ||
* By default, Babel attaches comments to adjacent AST nodes. | ||
@@ -137,0 +149,0 @@ * When this option is set to false, comments are not attached. |
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
1954853
14557