es3-safe-recast
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -77,2 +77,6 @@ 'use strict'; | ||
// yield literal | ||
// Not officially reserved but throws in Android 4.0 | ||
identifierToLiteral.yield = true; | ||
var visitor = { | ||
@@ -79,0 +83,0 @@ visitProperty: function(path) { |
{ | ||
"name": "es3-safe-recast", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "esprima/recast es3 safe compile step", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -60,3 +60,4 @@ var object = { | ||
true: null, | ||
false: null | ||
false: null, | ||
yield: null | ||
}; |
@@ -60,3 +60,4 @@ var object = { | ||
"true": null, | ||
"false": null | ||
"false": null, | ||
"yield": null | ||
}; |
@@ -119,2 +119,4 @@ object.break(function() { | ||
}).yield(function() { | ||
}); |
@@ -119,2 +119,4 @@ object["break"](function() { | ||
})["yield"](function() { | ||
}); |
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
27812
876