Implement support for ES2016's exponentiation expression

Fixes #1490
Closes gh-1523
45 files changed
tree: 5c9327fa2ce3b387b4afef525af00ab3b9568519
  1. bin/
  2. dist/
  3. src/
  4. test/
  5. tools/
  6. .editorconfig
  7. .gitignore
  8. .npmignore
  9. .travis.yml
  10. appveyor.yml
  11. bower.json
  12. ChangeLog
  13. circle.yml
  14. CONTRIBUTING.md
  15. LICENSE.BSD
  16. package.json
  17. README.md
  18. webpack.config.js
README.md

NPM version npm download Build Status Coverage Status

Esprima (esprima.org, BSD license) is a high performance, standard-compliant ECMAScript parser written in ECMAScript (also popularly known as JavaScript). Esprima is created and maintained by Ariya Hidayat, with the help of many contributors.

Features

Esprima serves as a building block for some JavaScript language tools, from code instrumentation to editor autocompletion.

Esprima runs on many popular web browsers, as well as other ECMAScript platforms such as Rhino, Nashorn, and Node.js.

For more information, check the web site esprima.org.