estraverse
Advanced tools
Comparing version 2.0.0 to 3.0.0
@@ -221,3 +221,3 @@ /* | ||
ArrayPattern: ['elements'], | ||
ArrowFunctionExpression: ['params', 'defaults', 'rest', 'body'], | ||
ArrowFunctionExpression: ['params', 'body'], | ||
AwaitExpression: ['argument'], // CAUTION: It's deferred to ES7. | ||
@@ -248,4 +248,4 @@ BlockStatement: ['body'], | ||
ForOfStatement: ['left', 'right', 'body'], | ||
FunctionDeclaration: ['id', 'params', 'defaults', 'rest', 'body'], | ||
FunctionExpression: ['id', 'params', 'defaults', 'rest', 'body'], | ||
FunctionDeclaration: ['id', 'params', 'body'], | ||
FunctionExpression: ['id', 'params', 'body'], | ||
GeneratorExpression: ['blocks', 'filter', 'body'], // CAUTION: It's deferred to ES7. | ||
@@ -280,3 +280,3 @@ Identifier: [], | ||
ThrowStatement: ['argument'], | ||
TryStatement: ['block', 'handlers', 'handler', 'guardedHandlers', 'finalizer'], | ||
TryStatement: ['block', 'handler', 'finalizer'], | ||
UnaryExpression: ['argument'], | ||
@@ -283,0 +283,0 @@ UpdateExpression: ['argument'], |
@@ -6,3 +6,3 @@ { | ||
"main": "estraverse.js", | ||
"version": "2.0.0", | ||
"version": "3.0.0", | ||
"engines": { | ||
@@ -9,0 +9,0 @@ "node": ">=0.10.0" |
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
36836