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.6.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
  • 7 commits
  • 80 files changed
  • 3 contributors

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 <[email protected]>
    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 <[email protected]>
    
    Co-authored-by: Joshua Chen <[email protected]>
    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