Version 2.7.2
Stable version 2.7.2

Refs #1346
Closes gh-1463
3 files changed
tree: 303aef50b4daa95cf4e9bad19d24d49d16922dac
  1. bin/
  2. test/
  3. tools/
  4. .editorconfig
  5. .gitignore
  6. .lintrc
  7. .npmignore
  8. .travis.yml
  9. appveyor.yml
  10. bower.json
  11. ChangeLog
  12. circle.yml
  13. CONTRIBUTING.md
  14. esprima.js
  15. LICENSE.BSD
  16. package.json
  17. README.md
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.