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

chore: enforce file extensions on imports #6202

Merged
merged 5 commits into from Jul 13, 2020
Merged

Commits on Jul 10, 2020

  1. chore: enforce file extensions on imports

    To make our output agnostic it should include file extensions in the
    output, as per the ESM spec. It's a bit odd for Node packages but makes
    it easier to publish a browser build.
    jackfranklin committed Jul 10, 2020
    Copy the full SHA
    2539082 View commit details
    Browse the repository at this point in the history
  2. fix typo

    jackfranklin committed Jul 10, 2020
    Copy the full SHA
    e377c11 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    bfe0ccb View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. fix bad imports

    jackfranklin committed Jul 13, 2020
    Copy the full SHA
    49f78a3 View commit details
    Browse the repository at this point in the history
  2. fix coverage check

    jackfranklin committed Jul 13, 2020
    Copy the full SHA
    8cc3d1f View commit details
    Browse the repository at this point in the history