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

Test coverage: moduleType overrides during ts-node loader usage #1376

Merged
merged 15 commits into from Jul 9, 2021
Merged

Test coverage: moduleType overrides during ts-node loader usage #1376

merged 15 commits into from Jul 9, 2021

Commits on Jun 20, 2021

  1. Test coverage: add test case to confirm that moduleType overrides are…

    … applied for ts-node in loader mode
    jayaddison committed Jun 20, 2021
    Copy the full SHA
    c9c443c View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. Copy the full SHA
    146b019 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    42eec0a View commit details
    Browse the repository at this point in the history
  3. lint fixup: apply prettier

    jayaddison committed Jun 23, 2021
    Copy the full SHA
    f8cbc42 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    1093df8 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    c64cf92 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    1140557 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. Revert "Add 'experimental-specifier-resolution' flag to NPM options i…

    …n ESM module override test"
    
    This reverts commit 1093df8.
    jayaddison committed Jun 24, 2021
    Copy the full SHA
    353fceb View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    11f3739 View commit details
    Browse the repository at this point in the history
  3. Use full file paths in preference to directory-default module imports

    This avoids ERR_UNSUPPORTED_DIR_IMPORT, without having to provide the 'experimental-specifier-resolution' flag to ts-node
    jayaddison committed Jun 24, 2021
    Copy the full SHA
    74926a9 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. Update index.ts

    cspotcode committed Jun 25, 2021
    Copy the full SHA
    f9ed09c View commit details
    Browse the repository at this point in the history
  2. Update index.ts

    cspotcode committed Jun 25, 2021
    Copy the full SHA
    ca425ef View commit details
    Browse the repository at this point in the history
  3. Update tsconfig.json

    cspotcode committed Jun 25, 2021
    Copy the full SHA
    7b6daa3 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2021

  1. Copy the full SHA
    22a04de View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c0a954f View commit details
    Browse the repository at this point in the history