Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: TypeStrong/ts-node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v10.5.0
Choose a base ref
...
head repository: TypeStrong/ts-node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v10.7.0
Choose a head ref
  • 17 commits
  • 91 files changed
  • 3 contributors

Commits on Feb 13, 2022

  1. fix (#1642)

    cspotcode authored Feb 13, 2022
    Configuration menu
    Copy the full SHA
    abc616e View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2022

  1. Fix #1647 (#1648)

    * fix
    
    * Fix
    
    * fix
    cspotcode authored Feb 19, 2022
    Configuration menu
    Copy the full SHA
    63a2f83 View commit details
    Browse the repository at this point in the history
  2. Implement #1510: add test to catch when TS adds new ModuleKinds (#1650

    )
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    cspotcode authored Feb 19, 2022
    Configuration menu
    Copy the full SHA
    49341d0 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2022

  1. fix (#1652)

    cspotcode authored Feb 20, 2022
    1 Configuration menu
    Copy the full SHA
    1942996 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. Implement #1649: When entrypoint fails to resolve via ESM, fallback t…

    …o CommonJS resolution (#1654)
    
    * WIP
    
    * fix
    
    * rather than throw our own error, throw the error from node's ESM loader
    cspotcode authored Feb 22, 2022
    Configuration menu
    Copy the full SHA
    f8b572c View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Configuration menu
    Copy the full SHA
    3426db1 View commit details
    Browse the repository at this point in the history
  2. Fix #1657: bug where node flags were not correctly preserved in `exec…

    …Argv` (#1658)
    
    * Fix bug
    
    * Fix for windows
    cspotcode authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    7025abf View commit details
    Browse the repository at this point in the history
  3. Issue #1651 followup (#1660)

    * cleanup
    
    * lint-fix
    cspotcode authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    89bde51 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. Configuration menu
    Copy the full SHA
    4e1af52 View commit details
    Browse the repository at this point in the history
  2. 10.6.0

    cspotcode committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    30f03e1 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. Allow json modules to be resolved in Node >=17.5.0 without flag (#1665)

    * Enable JSON modules by default in Node >=17.5.0
    
    * Added tests for experimental json modules no longer requiring flag
    
    * bump node version used for development; just more convenient this way
    
    Co-authored-by: Andrew Bradley <cspotcode@gmail.com>
    Jamesernator and cspotcode authored Mar 2, 2022
    Configuration menu
    Copy the full SHA
    20cbbf5 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2022

  1. lazy-load dependencies to improve responsiveness when they aren't used (

    #1676)
    
    * lazy-load diff and @cspotcode/source-map-support to improve responsiveness for use-cases that do not require them
    
    * lint fix
    cspotcode authored Mar 5, 2022
    Configuration menu
    Copy the full SHA
    f35a120 View commit details
    Browse the repository at this point in the history
  2. ts-node-esm / --esm to spawn a child process; decouple config loa…

    …ding from `create()`; fix pluggable dep resolution (#1655)
    
    * WIP
    
    * lint-fix
    
    * WIP
    
    * it works!
    
    * Update index.ts
    
    * Move `preferTsExts` from `RegisterOptions` to `CreateOptions`
    
    * fix
    
    * fix
    
    * fix tests
    
    * fix?
    
    * fix
    
    * fix?
    
    * fix?
    
    * fix!
    
    * fix
    
    * fix!!
    
    * fix
    
    * fix...
    
    * tweak test lib's suite delimiter to match ava's
    
    * fix
    
    * fix
    
    * docs, fixes
    
    * fix #1662 and add tests
    
    * lint-fix
    
    * test cleanup, remove or cleanup version checks, skip failing tsconfig "extends" tests on TS 2.7
    
    * ensure tests are forced to install and use most recent ts-node tarball and cannot accidentally use project-root nor outdated tarball
    
    * fix absence of fs method on old node
    cspotcode authored Mar 5, 2022
    Configuration menu
    Copy the full SHA
    0792067 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2022

  1. Merge docs into main for 10.7.0

    * chore(website): upgrade Docusaurus, format files
    
    * remove external link icon
    
    * upgrade Docusaurus to beta.16
    
    * fix lock
    
    * add shiki-twoslash, pick code highlighting themes, update
    build-readme.mjs to strip twoslash prefixes, fix a couple typos
    and docs mistakes found due to the above (yay), pin yarn version
    
    * linting
    
    * beta.17
    
    * point breadcrumb home to /docs
    
    * fix prettier config
    
    * remove twoslash tsconfig renderer due to rendering bug on dark theme, and it also adds erroneous links to ts-node sub-config
    
    Co-authored-by: Andrew Bradley <cspotcode@gmail.com>
    
    Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
    cspotcode and Josh-Cena authored Mar 6, 2022
    Configuration menu
    Copy the full SHA
    2163398 View commit details
    Browse the repository at this point in the history
  2. Rebuild readme for 10.7.0

    cspotcode committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    e842c11 View commit details
    Browse the repository at this point in the history
  3. update api-extractor report

    - also fixes missing @internal
    cspotcode committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    29a15bc View commit details
    Browse the repository at this point in the history
  4. 10.7.0

    cspotcode committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    f5b6e2d View commit details
    Browse the repository at this point in the history
Loading
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy