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: v9.4.4
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: v9.5.0
Choose a head ref
  • 2 commits
  • 1,359 files changed
  • 2 contributors

Commits on Sep 24, 2023

  1. update test pack to TS 5.2 (#1633)

    * feat: ts 5.2
    
    * chore: rename
    
    * feat: update
    
    * fix: lint
    
    * fix: test
    
    * fix: run on 5.2.2
    
    * chore: shrink test matrix and move to node 20
    
    * feat: narrow matrix further
    johnnyreilly authored Sep 24, 2023
    Configuration menu
    Copy the full SHA
    02c2069 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. map input source map (#1626)

    * map input source map
    
    * code review changes
    
    * reformat
    
    * remove usage of async/await
    
    * free memory of source map consumers
    
    * code review changes
    
    * copy input source map before modifying
    
    * fix comment
    
    * fix: crash because source map is not always generated by ts-compiler
    
    * chore: update yarn.lock
    
    * fix linting
    
    * add test
    
    * test
    
    * test
    
    * add new source maps
    
    * add readme
    
    * update bundle
    
    * link test package
    
    * install dependencies in during test execution
    
    * update package lock
    
    * update expected output
    
    * bump version and add changelog entry
    Ka0o0 authored Oct 7, 2023
    Configuration menu
    Copy the full SHA
    9315855 View commit details
    Browse the repository at this point in the history
Loading