Comparing version 3.0.2 to 3.1.0
@@ -10,2 +10,3 @@ export { default as ArrayExpression } from './ArrayExpression.js'; | ||
export { default as ContinueStatement } from './ContinueStatement.js'; | ||
export { default as EmptyStatement } from './EmptyStatement.js'; | ||
export { default as ExpressionStatement } from './ExpressionStatement.js'; | ||
@@ -12,0 +13,0 @@ export { default as ForOfStatement } from './ForOfStatement.js'; |
@@ -11,2 +11,3 @@ // This file is generated automatically. Do not modify it. | ||
export { default as ContinueStatement } from './ContinueStatement.js'; | ||
export { default as EmptyStatement } from './EmptyStatement.js'; | ||
export { default as ExpressionStatement } from './ExpressionStatement.js'; | ||
@@ -13,0 +14,0 @@ export { default as ForOfStatement } from './ForOfStatement.js'; |
{ | ||
"name": "jintr", | ||
"version": "3.0.2", | ||
"version": "3.1.0", | ||
"description": "A tiny JavaScript interpreter written in TypeScript.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
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
56856
85
1307