Open
Description
This implements features for es 6 & 7.
- const and let
- arrow expressions
- import
- export
- default arguments
- object matching (destructuring, single name bind)
- spread operator
- classes + extends
- template strings
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 if Minify.hs
and RoundTrip.hs
.
Metadata
Metadata
Assignees
Labels
No labels