estree-to-babel
Advanced tools
Comparing version 1.4.1 to 1.4.2
@@ -15,2 +15,3 @@ 'use strict'; | ||
computed, | ||
loc, | ||
} = node; | ||
@@ -31,7 +32,8 @@ | ||
computed, | ||
node.static, | ||
) | ||
node.static | ||
) | ||
); | ||
assign(path.node, { | ||
loc, | ||
expression, | ||
@@ -38,0 +40,0 @@ generator, |
{ | ||
"name": "estree-to-babel", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)", | ||
@@ -44,4 +44,3 @@ "description": "convert estree ast to babel", | ||
"redrun": "^7.0.2", | ||
"tape": "^4.8.0", | ||
"try-to-tape": "^1.1.0" | ||
"supertape": "^1.0.3" | ||
}, | ||
@@ -48,0 +47,0 @@ "license": "MIT", |
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
8199
10
116