-
Notifications
You must be signed in to change notification settings - Fork 9
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
Acorn at version 7.0.0 #19
Comments
Does acorn 8 have the same engines support as acorn 7? If not, updating to it would be a breaking change. |
Wouldn't it be time to update Browserify? |
Breaking changes are always the most costly changes for the ecosystem and are always best avoided. What are the breaking changes in acorn 8? |
I was looking for the optional chaining syntax, but I see it's supported in acorn 7.3.0 already. But it needs Not sure if it can be set at the browserify level, but I suppose it can't. I don't know about breaking changes. |
When I installed the latest acorn-node (2.0.1), I get acorn 7.4.1 with it:
Any change of updating the dependencies? Acorn 8 supports JS syntax that would be useful.
The text was updated successfully, but these errors were encountered: