https://github.com/kossnocorp/acorn-6to5
Acorn fork used by 6to5 - not supported outside of 6to5 usage
https://github.com/kossnocorp/acorn-6to5
Last synced: 2 months ago
JSON representation
Acorn fork used by 6to5 - not supported outside of 6to5 usage
- Host: GitHub
- URL: https://github.com/kossnocorp/acorn-6to5
- Owner: kossnocorp
- License: mit
- Created: 2015-01-13T11:35:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-16T14:40:42.000Z (over 10 years ago)
- Last Synced: 2024-12-31T20:43:02.642Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.06 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# acorn-6to5
**acorn-6to5** is not supported outside of 6to5 usage. Do not expect support if
you use this in your own applications.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 Exponentiation operator](https://github.com/rwaldron/exponentiation-operator)
* [ES7 Object rest/spread](https://github.com/sebmarkbage/ecmascript-rest-spread)
* [6to5 Playground features](https://6to5.github.io/playground.html)