Comparing version 0.0.8 to 0.0.9
@@ -9,3 +9,3 @@ { | ||
}, | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"engines": { | ||
@@ -12,0 +12,0 @@ "node": ">=0.4.0" |
@@ -1,3 +0,1 @@ | ||
var i = 0 in [ | ||
'test' | ||
]; | ||
var i = 0 in ['test']; |
@@ -563,3 +563,3 @@ /* | ||
'new Foo(42,42)': ' new Foo(42, 42);', | ||
'!{42:42}': ' !{\n 42: 42\n };', | ||
'!{42:42}': ' !{42: 42};', | ||
'do{}while(42);': ' do {\n } while (42);', | ||
@@ -566,0 +566,0 @@ 'try{}catch(foo){}': ' try {\n } catch (foo) {\n }', |
Sorry, the diff of this file is too big to display
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
99
4318616
107495