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
tokTypes
acorn-jsx
TokenType
acorn
acorn-jsx/index.js
Lines 85 to 91 in de5b1e9
acorn can be loaded as ESM: https://github.com/acornjs/acorn/blob/master/acorn/package.json#L11
But the above codes enforces to load cjs version of acorn, it will cause the problem described as title.
cjs
related #112
The text was updated successfully, but these errors were encountered:
import()
No branches or pull requests
acorn-jsx/index.js
Lines 85 to 91 in de5b1e9
acorn
can be loaded as ESM: https://github.com/acornjs/acorn/blob/master/acorn/package.json#L11But the above codes enforces to load
cjs
version ofacorn
, it will cause the problem described as title.related #112
The text was updated successfully, but these errors were encountered: