Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Parser: Change suffix to use ES6 default module export
- This export will be transpiled by Babel for the cjs distribution, but will enable others to use a pure ES6 module distribution - Instanbul: Ignore "parser.js" for coverage reporting. This file was ignored before via annotation, but this has no effect anymore due to the above change Squashed by @nknapp
- Loading branch information