estraverse
Advanced tools
Comparing version 5.2.0 to 5.3.0
@@ -127,4 +127,6 @@ /* | ||
ObjectPattern: 'ObjectPattern', | ||
PrivateIdentifier: 'PrivateIdentifier', | ||
Program: 'Program', | ||
Property: 'Property', | ||
PropertyDefinition: 'PropertyDefinition', | ||
RestElement: 'RestElement', | ||
@@ -204,4 +206,6 @@ ReturnStatement: 'ReturnStatement', | ||
ObjectPattern: ['properties'], | ||
PrivateIdentifier: [], | ||
Program: ['body'], | ||
Property: ['key', 'value'], | ||
PropertyDefinition: ['key', 'value'], | ||
RestElement: [ 'argument' ], | ||
@@ -208,0 +212,0 @@ ReturnStatement: ['argument'], |
@@ -6,3 +6,3 @@ { | ||
"main": "estraverse.js", | ||
"version": "5.2.0", | ||
"version": "5.3.0", | ||
"engines": { | ||
@@ -9,0 +9,0 @@ "node": ">=4.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
37094
756