Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

parser: Change suffix to use ES6 default module export #1315

Merged
merged 1 commit into from
Feb 24, 2017

Commits on Feb 24, 2017

  1. 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
    - Remove istanbul annotation from `parser-prefix` (@nknapp)
    
    Squashed by @nknapp
    Turbo87 authored and nknapp committed Feb 24, 2017
    Configuration menu
    Copy the full SHA
    508347e View commit details
    Browse the repository at this point in the history