We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After upgrading antlr4 from v4.11.0 → v4.12.0, an error occurs when running npm run test
antlr4
npm run test
To Reproduce
Steps to reproduce the behavior:
antlr1
npm install
Expected behavior I expect to be able to continue to run tests without import.meta failing.
import.meta
Screenshots The following error occurs in:
tests/unit/render/TerraformRenderer.spec.js
tests/unit/parser/TerraformParser.spec.js
tests/unit/index.spec.js
tests/unit/models/TerraformPlugin.spec.js
Note: check this issue jestjs/jest#12183
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After upgrading
antlr4
from v4.11.0 → v4.12.0, an error occurs when runningnpm run test
To Reproduce
Steps to reproduce the behavior:
antlr1
to v4.12.0npm install
npm run test
Expected behavior
I expect to be able to continue to run tests without
import.meta
failing.Screenshots
The following error occurs in:
tests/unit/render/TerraformRenderer.spec.js
(see screenshot)tests/unit/parser/TerraformParser.spec.js
tests/unit/index.spec.js
tests/unit/models/TerraformPlugin.spec.js
Note: check this issue jestjs/jest#12183
The text was updated successfully, but these errors were encountered: