-
Notifications
You must be signed in to change notification settings - Fork 47
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
Support for ECMAScript 6 and 7 #71
Comments
|
Support for the spread operator was added in #73. |
Arrow expressions were added in #74. |
@erikd would it be ok to work on import and export individually? |
Absolutely fine. Unfortunately, I have not done much more than merge patches for some time. |
I'd like to pick up where @Cmdv left off on |
Also missing, it seems:
|
edit: I updated to the last checkout and I think it is now supported. |
I knocked off a bunch of the outstanding ES7 items in some work that's now released in 0.6.0.14:
|
Hi all, I'd like to contribute some work here, but I'm unfamiliar with the
Can someone please refer me to an article/explanation? Thanks in advance! |
Its a strictness annotation. See eg: https://wiki.haskell.org/Performance/Strictness |
Any reason to stop at ES7? I'm personally missing |
This implements features for es 6 & 7.
Each of these should be implemented in a separate PR and each item needs tests. There are likely to be three tests needed, one for the appropriate
XParser.hs
test and one in each ifMinify.hs
andRoundTrip.hs
.The text was updated successfully, but these errors were encountered: