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-loader
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: TypeStrong/ts-loader
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: webpack-4
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 24 files changed
  • 5 contributors

Commits on Apr 23, 2021

  1. Backport #1287 to v8 (#1291)

    * Backport "Use caches for module resolution and type reference directives when using compiler default functions" #1287 to v8
    
    * regen comparison tests
    
    * Revert "regen comparison tests"
    
    This reverts commit f04c5cf.
    
    * only the two failing tests rerun.
    
    * yarn run comparison-tests -- --save-output --single-test projectReferencesSymLinks
    
    * yarn run comparison-tests -- --single-test projectReferencesSymLinks_WatchApi --save-output
    
    Co-authored-by: Sheetal Nandi <[email protected]>
    Co-authored-by: John Reilly <[email protected]>
    3 people authored Apr 23, 2021
    Configuration menu
    Copy the full SHA
    6787a39 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

  1. Backport #1317 to v8 (#1319)

    * Backport "Fixed impossibility to have several instances of ts-loader with different compiler options" #1317 to v8
    * regen comparison tests
    timocov authored May 19, 2021
    Configuration menu
    Copy the full SHA
    3639cbd View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. fix: cater for change in resolveTypeReferenceDirective API in 4.7 (#1446

    )
    
    * compile against 4.6.3
    
    * any
    
    * prettier
    
    * fix: cater for change in resolveTypeReferenceDirective API in TypeScript 4.7
    
    Signed-off-by: Titian Cernicova-Dragomir <[email protected]>
    
    * Update CHANGELOG.md
    
    * Update package.json
    
    Co-authored-by: johnnyreilly <[email protected]>
    dragomirtitian and johnnyreilly authored Apr 26, 2022
    Configuration menu
    Copy the full SHA
    ef85a62 View commit details
    Browse the repository at this point in the history
Loading