This repository has been archived by the owner on Aug 4, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 126
es3 support #364
Comments
Ping! |
I can't disable the linter of this program so I have to avoid reserved keywords like default. Please fix this. |
will |
I submitted a PR that is passing all tests for this issue: #381 |
Thanks, that fixed it! Sadly // eslint-disable-next-line does not work in the program I upload my code to (Optimizely). |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Current version of plugin doesn't produce valid es3 code. This fix is easy. Let me know if you are open to accept this change and I will submit a PR (replace
.default
with["default"]
):The text was updated successfully, but these errors were encountered: