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

[WIP] ESM support for node v13 #1010

Merged
merged 17 commits into from May 3, 2020
Merged

[WIP] ESM support for node v13 #1010

merged 17 commits into from May 3, 2020

Commits on Apr 13, 2020

  1. Initial commit

    cspotcode committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    5c4e365 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ce5f97 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2020

  1. Configuration menu
    Copy the full SHA
    bba682a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07e01fe View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2020

  1. Configuration menu
    Copy the full SHA
    a726af1 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. WIP to support EmitFlavor, which I'm going to undo since actually we …

    …don't need to support 2x emit flavors
    cspotcode committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    e8ae493 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2020

  1. Add foo.js -> foo.ts resolution, remove compileEsm codepath, add supp…

    …ort for experimental-specifier-resolution=node
    cspotcode committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    7f69cc6 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2020

  1. Configuration menu
    Copy the full SHA
    946dffe View commit details
    Browse the repository at this point in the history
  2. Add ESM header to README

    cspotcode committed May 2, 2020
    Configuration menu
    Copy the full SHA
    54e1835 View commit details
    Browse the repository at this point in the history
  3. Add ESM test

    cspotcode committed May 2, 2020
    Configuration menu
    Copy the full SHA
    5d103c7 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2020

  1. Configuration menu
    Copy the full SHA
    49fc2ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d553d29 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    cspotcode committed May 3, 2020
    Configuration menu
    Copy the full SHA
    e41ec33 View commit details
    Browse the repository at this point in the history
  4. Fix tests

    cspotcode committed May 3, 2020
    Configuration menu
    Copy the full SHA
    a6d1c0e View commit details
    Browse the repository at this point in the history
  5. type annotation in esm.mjs

    cspotcode committed May 3, 2020
    Configuration menu
    Copy the full SHA
    023c5d1 View commit details
    Browse the repository at this point in the history
  6. fix tests on ts 2.7

    cspotcode committed May 3, 2020
    Configuration menu
    Copy the full SHA
    0c31516 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0ea6007 View commit details
    Browse the repository at this point in the history