Nodent v2 - initial release
Nodent v2 is a major update. There may be some breaking changes. Significant changes are:
- Moved from Uglify2 to Acorn for input parsing, and re-written much of tree manipulation
- Supports ES6 input syntax, so suitable for adding async & await to ES6 code in Node v4.x.x
- Provides support for async ES6 constructs such as arrow functions and class methods, etc.
- Additional tests for interoperability between es7, Promises and Generator mode
- Cleaner options for code generation and configuration.
- Removes supports for the pre v1.0.x "<<=" async assignment