Skip to content
New issue

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

pass ecmaVersion option on to static-module #87

Closed
brendankenny opened this issue Apr 10, 2018 · 0 comments · Fixed by #88
Closed

pass ecmaVersion option on to static-module #87

brendankenny opened this issue Apr 10, 2018 · 0 comments · Fixed by #88

Comments

@brendankenny
Copy link

brendankenny commented Apr 10, 2018

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.

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant