You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Rich Trott 2981f24f92 tools: update ESLint to v3.8.0 8 years ago
..
bin tools: update ESLint to version 2.1.0 9 years ago
LICENSE.BSD tools: update ESLint to version 2.1.0 9 years ago
README.md tools: update ESLint to version 2.1.0 9 years ago
esprima.js tools: update ESLint to 3.4.0 8 years ago
package.json tools: update ESLint to v3.8.0 8 years ago

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.