estree-to-babel
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -34,5 +34,2 @@ 'use strict'; | ||
if (isObjectExpression(node)) | ||
return traverseObjectExpression(path.get('properties')); | ||
if (isLiteral(node)) | ||
@@ -47,2 +44,8 @@ return setLiteral(node); | ||
}, | ||
exit(path) { | ||
const {node} = path; | ||
if (isObjectExpression(node)) | ||
return traverseObjectExpression(path.get('properties')); | ||
} | ||
}); | ||
@@ -49,0 +52,0 @@ |
{ | ||
"name": "estree-to-babel", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)", | ||
@@ -5,0 +5,0 @@ "description": "convert estree ast to babel", |
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
8090
114