Comparing version 0.1.6 to 0.1.7
@@ -28,4 +28,5 @@ "use strict"; | ||
} | ||
if (body) | ||
if (body && node.body.type !== 'ExpressionStatement') { | ||
return body; | ||
} | ||
} | ||
@@ -32,0 +33,0 @@ } |
{ | ||
"name": "jintr", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "A tiny JavaScript interpreter written in TypeScript.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
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
35670
923