babel/README.md

9 lines
398 B
Markdown

# acorn-6to5
Deviates from [acorn](https://github.com/marijnh/acorn) in the following ways:
* JSX support via [acorn-jsx](https://github.com/RReverser/acorn-jsx)
* [ES7 Abstract references](https://github.com/zenparsing/es-abstract-refs)
* [ES7 Async/await](https://github.com/lukehoban/ecmascript-asyncawait)
* [ES7 Object Rest/Spread](https://github.com/sebmarkbage/ecmascript-rest-spread)