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

Exclude import() tests from pubilsh build #10995

Merged

Commits on Jan 13, 2020

  1. Exclude import() tests from pubilsh build

    I really don't like this commit, but import() is currently breaking
    our publish script.
    When "normal" tests we are transpiling import() so that it works
    with Jest. We can't do it while publishing because we need to
    publish the untranspiled import() so that it can load real .mjs files.
    
    Follow up to babel#10903
    nicolo-ribaudo committed Jan 13, 2020
    Copy the full SHA
    e3cf12d View commit details
    Browse the repository at this point in the history