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.3.1
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.4.0
Choose a head ref
  • 6 commits
  • 12 files changed
  • 3 contributors

Commits on Oct 22, 2021

  1. add Target ES2021 mapping in transpilers/swc (#1521)

    * add Target ES2021 mapping in transpilers/swc
    
    I was getting error: `jsc.target should be es5 or upper to use getter / setter` 
    and after investigation I've isolated issue and here is the "fix"
    
    * fix and add tests
    
    * fix
    
    * lintfix
    
    Co-authored-by: Andrew Bradley <cspotcode@gmail.com>
    safareli and cspotcode authored Oct 22, 2021
    Configuration menu
    Copy the full SHA
    56b70da View commit details
    Browse the repository at this point in the history
  2. Fix data URL format determination in new loader hooks API (#1529)

    * Add regression test
    
    * add missing primordial RegExpPrototypeExec
    
    * fixg
    
    * Improve createEsmHooks docs
    
    * Fix docs for esm hooks
    
    * lint-fix
    cspotcode authored Oct 22, 2021
    Configuration menu
    Copy the full SHA
    889c21d View commit details
    Browse the repository at this point in the history
  3. Docs merge for 10.3.2 (#1530)

    * Fix inconsistent reference to ts-node in docs
    
    * docs: regenerator-runtime dependency for swc (#1508) (#1509)
    
    * docs: regenerator-runtime dependency for swc (#1508)
    
    * docs(transpilers): update advice for installing regenerator-runtime
    
    * Update transpilers.md
    
    Co-authored-by: Andrew Bradley <cspotcode@gmail.com>
    
    Co-authored-by: Peter Coulton <petercoulton@gmail.com>
    cspotcode and petercoulton authored Oct 22, 2021
    Configuration menu
    Copy the full SHA
    ccf8c8e View commit details
    Browse the repository at this point in the history
  4. Rebuild readme

    cspotcode committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    fe58f2c View commit details
    Browse the repository at this point in the history
  5. update api-extractor report

    cspotcode committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    f556c75 View commit details
    Browse the repository at this point in the history
  6. 10.4.0

    cspotcode committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    bc03a3e View commit details
    Browse the repository at this point in the history
Loading