jQuery Team is announcing that Esprima with version number 2.3.0 is already available to download.
What is Esprima ?
Esprima is A JavaScript library for parsing ECMAScript code .
Esprima was written for code structure analysis and is a tool for advanaced JS developers only.Works with client-side (browsers) and server-side (Node.js, Rhino) environments.
This is changelog for Esprima version 2.3.0 :
- Support ES6 class
- Support ES6 rest parameter
- Expand the location of property getter, setter, and methods
- Enable TryStatement transition to a single handler
You can read the complete changelog and also download this latest version on their homepage: esprima.org