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

Update esm loader hooks API #1457

Merged
merged 36 commits into from Oct 10, 2021
Merged

Commits on Sep 12, 2021

  1. Initial commit

    jonaskello committed Sep 12, 2021
    Copy the full SHA
    2108b58 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f8ef837 View commit details
    Browse the repository at this point in the history
  3. Update hooks

    jonaskello committed Sep 12, 2021
    Copy the full SHA
    073bbfc View commit details
    Browse the repository at this point in the history
  4. Merge branch 'resolver-hooks-update' of github.com:jonaskello/ts-node…

    … into resolver-hooks-update
    jonaskello committed Sep 12, 2021
    Copy the full SHA
    765932f View commit details
    Browse the repository at this point in the history
  5. wip impl of load

    jonaskello committed Sep 12, 2021
    Copy the full SHA
    786ec34 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    14220ac View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. Some logging

    jonaskello committed Sep 13, 2021
    Copy the full SHA
    cd44ef3 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. Copy the full SHA
    245242b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0b0d50c View commit details
    Browse the repository at this point in the history
  3. Fix defaultTransformSource

    jonaskello committed Sep 17, 2021
    Copy the full SHA
    5534722 View commit details
    Browse the repository at this point in the history
  4. Add missing newline

    jonaskello committed Sep 17, 2021
    Copy the full SHA
    1030783 View commit details
    Browse the repository at this point in the history
  5. Fix require

    jonaskello committed Sep 17, 2021
    Copy the full SHA
    9f28485 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    662b4b8 View commit details
    Browse the repository at this point in the history
  7. Remove load from old hooks

    jonaskello committed Sep 17, 2021
    Copy the full SHA
    469437b View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2021

  1. Add some comments

    jonaskello committed Sep 18, 2021
    Copy the full SHA
    b102ee6 View commit details
    Browse the repository at this point in the history
  2. Use versionGte

    jonaskello committed Sep 18, 2021
    Copy the full SHA
    2044208 View commit details
    Browse the repository at this point in the history
  3. Remove logging

    jonaskello committed Sep 18, 2021
    Copy the full SHA
    b2fffe7 View commit details
    Browse the repository at this point in the history
  4. Refine comments

    jonaskello committed Sep 18, 2021
    Copy the full SHA
    d41204c View commit details
    Browse the repository at this point in the history
  5. Wording

    jonaskello committed Sep 18, 2021
    Copy the full SHA
    da34bf7 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    a7e3475 View commit details
    Browse the repository at this point in the history
  7. One more comment

    jonaskello committed Sep 18, 2021
    Copy the full SHA
    e228e08 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    f4dee40 View commit details
    Browse the repository at this point in the history
  9. Update index.ts

    cspotcode committed Sep 18, 2021
    Copy the full SHA
    0025586 View commit details
    Browse the repository at this point in the history
  10. lint-fix

    cspotcode committed Sep 18, 2021
    Copy the full SHA
    6ffe9ea View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    521a1e2 View commit details
    Browse the repository at this point in the history
  12. fix

    cspotcode committed Sep 18, 2021
    Copy the full SHA
    8b94f1b View commit details
    Browse the repository at this point in the history
  13. fix

    cspotcode committed Sep 18, 2021
    Copy the full SHA
    10e5580 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    77acae6 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. Copy the full SHA
    8e40254 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2021

  1. Copy the full SHA
    d3ed4a1 View commit details
    Browse the repository at this point in the history
  2. More error info

    jonaskello committed Sep 25, 2021
    Copy the full SHA
    544584a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a23bc47 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

  1. Update transpile-only.mjs

    cspotcode committed Oct 6, 2021
    Copy the full SHA
    63c0618 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2021

  1. Copy the full SHA
    ca9cde9 View commit details
    Browse the repository at this point in the history
  2. Tweak createEsmHooks type

    cspotcode committed Oct 10, 2021
    Copy the full SHA
    e576772 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    8b328d3 View commit details
    Browse the repository at this point in the history