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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
export default{}
default
When the following code is passed, es-module-lexer throws an error.
es-module-lexer
export default{};
This happens from 1.0.5. It worked with 1.0.4 and before.
reproduction: https://stackblitz.com/edit/node-rvshud?file=index.js,input.js
Real world code: https://github.com/nextapps-de/flexsearch/blob/9abb781357f04e7db8529654c6941009771f4bf1/dist/module/lang/latin/advanced.js
The text was updated successfully, but these errors were encountered:
Fix released in 1.1.0.
Sorry, something went wrong.
Thank you!
Successfully merging a pull request may close this issue.
When the following code is passed,
es-module-lexer
throws an error.This happens from 1.0.5. It worked with 1.0.4 and before.
reproduction: https://stackblitz.com/edit/node-rvshud?file=index.js,input.js
Real world code: https://github.com/nextapps-de/flexsearch/blob/9abb781357f04e7db8529654c6941009771f4bf1/dist/module/lang/latin/advanced.js
The text was updated successfully, but these errors were encountered: