Download Source Code Acorn.js 2.5.2
is announcing that Acorn.js with version number 2.5.2 is already available to download.
What is Acorn.js ?
Acorn.js is A library for reading JavaScript code and transforming it to AST (abstract syntax tree) formats, easier to manipulate in other applications .
Acorn.js is a tiny JavaScript library for parsing JavaScript source code.The library is inspired by the Esprima parser, Acorn being able to go over any ECMAScript 3, ECMAScript 5, or ECMAScript 6 syntax.All the code it parses it outputs to AST format, the toolkit runs quite fast, and the Acorn engine also has many configurable parsing options.Acorn.js works with client-side (browsers) and server-side (Node.js) environments.Documentation is provided with the package’s README file.
This is changelog for Acorn.js version 2.5.2 :
You can read the complete changelog and also download this latest version on their homepage: marijnhaverbeke.nl