Skip to content

Update to ECMAScript 2015 (ES6)

Choose a tag to compare

@Borewit Borewit released this 15 Sep 10:01
· 2331 commits to master since this release

Implements issue #142: Update ECMAScript 2015 (ES6):

  • Set TypeScript target to ES6
  • Use dynamic import for sub-parsers
  • Get rid of es6-promise dependency

Related PR: #143