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
to support code with features like object spread, static-module needs to get an opts.parserOpts of { ecmaVersion: 9 } passed in. However currently brfs doesn't support passing in a parserOpts option.
static-module
opts.parserOpts
{ ecmaVersion: 9 }
parserOpts
I don't see a way around this, but I also don't see anyone else having this problem, so maybe I'm missing something :)
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
to support code with features like object spread,
static-module
needs to get anopts.parserOpts
of{ ecmaVersion: 9 }
passed in. However currently brfs doesn't support passing in aparserOpts
option.I don't see a way around this, but I also don't see anyone else having this problem, so maybe I'm missing something :)
The text was updated successfully, but these errors were encountered: