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

ts-node-esm / --esm to spawn a child process; decouple config loading from create() #1655

Merged
merged 32 commits into from Mar 5, 2022

Commits on Feb 22, 2022

  1. WIP

    cspotcode committed Feb 22, 2022
    Copy the full SHA
    1e5e666 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a28a3be View commit details
    Browse the repository at this point in the history
  3. lint-fix

    cspotcode committed Feb 22, 2022
    Copy the full SHA
    a35462b View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Copy the full SHA
    9ecd29c View commit details
    Browse the repository at this point in the history
  2. WIP

    cspotcode committed Feb 23, 2022
    Copy the full SHA
    48f7e3f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d042c15 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. it works!

    cspotcode committed Feb 24, 2022
    Copy the full SHA
    fbb496c View commit details
    Browse the repository at this point in the history
  2. Update index.ts

    cspotcode committed Feb 24, 2022
    Copy the full SHA
    2ab1af3 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3ea54b6 View commit details
    Browse the repository at this point in the history
  4. fix

    cspotcode committed Feb 24, 2022
    Copy the full SHA
    490078a View commit details
    Browse the repository at this point in the history
  5. fix

    cspotcode committed Feb 24, 2022
    Copy the full SHA
    58a9e24 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. fix tests

    cspotcode committed Feb 25, 2022
    Copy the full SHA
    b1520d8 View commit details
    Browse the repository at this point in the history
  2. fix?

    cspotcode committed Feb 25, 2022
    Copy the full SHA
    f654960 View commit details
    Browse the repository at this point in the history
  3. fix

    cspotcode committed Feb 25, 2022
    Copy the full SHA
    fd7fb55 View commit details
    Browse the repository at this point in the history
  4. fix?

    cspotcode committed Feb 25, 2022
    Copy the full SHA
    7074b1c View commit details
    Browse the repository at this point in the history
  5. fix?

    cspotcode committed Feb 25, 2022
    Copy the full SHA
    e0a1e90 View commit details
    Browse the repository at this point in the history
  6. fix!

    cspotcode committed Feb 25, 2022
    Copy the full SHA
    6db4fac View commit details
    Browse the repository at this point in the history
  7. fix

    cspotcode committed Feb 25, 2022
    Copy the full SHA
    d02927f View commit details
    Browse the repository at this point in the history
  8. fix!!

    cspotcode committed Feb 25, 2022
    Copy the full SHA
    ece1952 View commit details
    Browse the repository at this point in the history
  9. fix

    cspotcode committed Feb 25, 2022
    Copy the full SHA
    5cc5f42 View commit details
    Browse the repository at this point in the history
  10. fix...

    cspotcode committed Feb 25, 2022
    Copy the full SHA
    2446c08 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    5bbffd6 View commit details
    Browse the repository at this point in the history
  12. fix

    cspotcode committed Feb 25, 2022
    Copy the full SHA
    b652088 View commit details
    Browse the repository at this point in the history
  13. fix

    cspotcode committed Feb 25, 2022
    Copy the full SHA
    7fe0166 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

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

Commits on Mar 4, 2022

  1. docs, fixes

    cspotcode committed Mar 4, 2022
    Copy the full SHA
    2ebc55c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7862f47 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2022

  1. fix #1662 and add tests

    cspotcode committed Mar 5, 2022
    Copy the full SHA
    4cdf1a5 View commit details
    Browse the repository at this point in the history
  2. lint-fix

    cspotcode committed Mar 5, 2022
    Copy the full SHA
    0b5a47b View commit details
    Browse the repository at this point in the history
  3. test cleanup, remove or cleanup version checks, skip failing tsconfig…

    … "extends" tests on TS 2.7
    cspotcode committed Mar 5, 2022
    Copy the full SHA
    3f21c31 View commit details
    Browse the repository at this point in the history
  4. ensure tests are forced to install and use most recent ts-node tarbal…

    …l and cannot accidentally use project-root nor outdated tarball
    cspotcode committed Mar 5, 2022
    Copy the full SHA
    611adc2 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    f1326e2 View commit details
    Browse the repository at this point in the history