babel-helper-mark-eval-scopes
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -12,3 +12,3 @@ jest.autoMockOff(); | ||
plugins: [ | ||
function ({traverse}) { | ||
function ({ traverse }) { | ||
traverse.clearCache(); | ||
@@ -15,0 +15,0 @@ return { |
{ | ||
"name": "babel-helper-mark-eval-scopes", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Mark scopes for deopt which contain a direct eval call", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/babel/babili#readme", |
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
4349