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

Implement file extension resolution for CJS, same as ESM; add exhaustive tests for resolver #1727

Merged
merged 34 commits into from May 15, 2022

Commits on Nov 8, 2021

  1. WIP

    cspotcode committed Nov 8, 2021
    Copy the full SHA
    d1ae934 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    bc1d314 View commit details
    Browse the repository at this point in the history
  3. restore .d.ts file

    cspotcode committed Nov 8, 2021
    Copy the full SHA
    9a8f87e View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2022

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

Commits on Apr 20, 2022

  1. Copy the full SHA
    1885c1d View commit details
    Browse the repository at this point in the history
  2. add notes and todos

    cspotcode committed Apr 20, 2022
    Copy the full SHA
    7da5958 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. strip down node-internal-modules-cjs-loader to match main branch; wil…

    …l build it back up from here
    cspotcode committed May 2, 2022
    Copy the full SHA
    a61dba4 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2022

  1. committing all local stuff

    cspotcode committed May 7, 2022
    Copy the full SHA
    df272ab View commit details
    Browse the repository at this point in the history

Commits on May 8, 2022

  1. update

    cspotcode committed May 8, 2022
    Copy the full SHA
    8782c3f View commit details
    Browse the repository at this point in the history

Commits on May 14, 2022

  1. it kinda works!

    cspotcode committed May 14, 2022
    Copy the full SHA
    f6e85a3 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2140909 View commit details
    Browse the repository at this point in the history
  3. fix CI?

    cspotcode committed May 14, 2022
    Copy the full SHA
    f166f44 View commit details
    Browse the repository at this point in the history
  4. fix?

    cspotcode committed May 14, 2022
    Copy the full SHA
    a239ab4 View commit details
    Browse the repository at this point in the history
  5. fix?

    cspotcode committed May 14, 2022
    Copy the full SHA
    05cee32 View commit details
    Browse the repository at this point in the history
  6. fix

    cspotcode committed May 14, 2022
    Copy the full SHA
    3c6defe View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    9c06277 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    f4959d8 View commit details
    Browse the repository at this point in the history
  9. fix node12 test failure

    cspotcode committed May 14, 2022
    Copy the full SHA
    104f045 View commit details
    Browse the repository at this point in the history
  10. fix for prior hooks API

    cspotcode committed May 14, 2022
    Copy the full SHA
    1574a43 View commit details
    Browse the repository at this point in the history
  11. tweak

    cspotcode committed May 14, 2022
    Copy the full SHA
    1bd8f10 View commit details
    Browse the repository at this point in the history
  12. fix

    cspotcode committed May 14, 2022
    Copy the full SHA
    9cb076c View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    9699cee View commit details
    Browse the repository at this point in the history
  14. fix

    cspotcode committed May 14, 2022
    Copy the full SHA
    f9b50a7 View commit details
    Browse the repository at this point in the history
  15. fix

    cspotcode committed May 14, 2022
    Copy the full SHA
    d73f7d4 View commit details
    Browse the repository at this point in the history
  16. fix

    cspotcode committed May 14, 2022
    Copy the full SHA
    284d118 View commit details
    Browse the repository at this point in the history
  17. windows fix?

    cspotcode committed May 14, 2022
    Copy the full SHA
    5cf6772 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2022

  1. Addressing TODOs

    cspotcode committed May 15, 2022
    Copy the full SHA
    59dd604 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    cc1f36d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c9d34b9 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    e34adc0 View commit details
    Browse the repository at this point in the history
  5. Adding hint when ts-node is ignoring a file that you might want it to…

    … compile; addressing todos; adding a new one
    cspotcode committed May 15, 2022
    Copy the full SHA
    46096ab View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    f844b39 View commit details
    Browse the repository at this point in the history
  7. fix

    cspotcode committed May 15, 2022
    Copy the full SHA
    e54686c View commit details
    Browse the repository at this point in the history
  8. fix node12

    cspotcode committed May 15, 2022
    Copy the full SHA
    6f3fdd7 View commit details
    Browse the repository at this point in the history