Skip to content

Implement es6target compiler option

Choose a tag to compare

@matAtWork matAtWork released this 28 Dec 16:58
· 89 commits to master since this release

Use arrow functions when the es6target option is specified. This generates async call sequences that run approximately 20% faster (on on V8 v5.4.x) as calls to bind(this) and $asyncbind(this) are omitted from the generated code, especially when noRuntime is also specified.