add support for ES7 exponentiation operator

This commit is contained in:
Sebastian McKenzie
2014-11-23 22:56:24 +11:00
parent f8ee0c3066
commit f9c642e2c5
4 changed files with 107 additions and 7 deletions

View File

@@ -5,4 +5,5 @@ 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)
* [ES7 Exponentiation operator](https://github.com/rwaldron/exponentiation-operator)
* [ES7 Object rest/spread](https://github.com/sebmarkbage/ecmascript-rest-spread)