Comparing version 0.1.5 to 0.1.6
@@ -28,3 +28,3 @@ var parse = require('esprima').parse; | ||
} | ||
src = src || opts.source; | ||
src = src === undefined ? opts.source : src; | ||
opts.range = true; | ||
@@ -31,0 +31,0 @@ if (typeof src !== 'string') src = String(src); |
{ | ||
"name" : "falafel", | ||
"description" : "transform the ast on a recursive walk", | ||
"version" : "0.1.5", | ||
"version" : "0.1.6", | ||
"repository" : { | ||
@@ -6,0 +6,0 @@ "type" : "git", |
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
11552