-
-
Notifications
You must be signed in to change notification settings - Fork 434
Comparing changes
Open a pull request
base repository: TypeStrong/ts-loader
base: v8.0.12
head repository: TypeStrong/ts-loader
compare: v8.0.18
- 12 commits
- 56 files changed
- 7 contributors
Commits on Dec 29, 2020
-
Add documentation for the useCaseSensitiveFileNames option (#1227)
Setting this option on projects with lots of files can reduce compilation time. Case-insensitivty requires normalization of file paths, which involves executing regex's. This shows up in the hot path of compilation profiling.
Configuration menu - View commit details
-
Copy full SHA for 8f2a509 - Browse repository at this point
Copy the full SHA 8f2a509View commit details
Commits on Dec 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3cc78b8 - Browse repository at this point
Copy the full SHA 3cc78b8View commit details -
Add documentation about performance profiling (#1230)
Co-authored-by: John Reilly <johnny_reilly@hotmail.com>
Configuration menu - View commit details
-
Copy full SHA for 14fa3f8 - Browse repository at this point
Copy the full SHA 14fa3f8View commit details
Commits on Dec 31, 2020
-
Add a cache to file path mapping (#1228)
* Add a cache to file path mapping This greatly reduces the time needed to resolve FilePathKey objects on watch builds. * Address PR comments * Bump package.json and CHANGELOG.md Co-authored-by: John Reilly <johnny_reilly@hotmail.com>
Configuration menu - View commit details
-
Copy full SHA for e160564 - Browse repository at this point
Copy the full SHA e160564View commit details
Commits on Jan 5, 2021
-
chore(deps): upgrade most production deps (#1237)
* chore(deps): upgrade most production deps adjusted chalk import/initialization to new major * refactor: use namespace import * chore: bump patch version; update changelog * docs: add contributor name
Configuration menu - View commit details
-
Copy full SHA for 268bc69 - Browse repository at this point
Copy the full SHA 268bc69View commit details
Commits on Feb 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6816735 - Browse repository at this point
Copy the full SHA 6816735View commit details
Commits on Feb 4, 2021
-
Update definition files in watch mode in webpack@5 (#1249)
* Add afterDeclarations to getCustomTransformers in README.md * Emit d.ts file in subsequent runs in watch mode * Update package.json and changelog.md
Configuration menu - View commit details
-
Copy full SHA for b8a70f9 - Browse repository at this point
Copy the full SHA b8a70f9View commit details
Commits on Feb 8, 2021
-
Re-fix Webpack 5 watch not failing on error (#1254)
* Add afterDeclarations to getCustomTransformers in README.md * Emit d.ts file in subsequent runs in watch mode * Update package.json and changelog.md * Re-fixed missing errors in watch mode * Correct merge error
Configuration menu - View commit details
-
Copy full SHA for 91206c4 - Browse repository at this point
Copy the full SHA 91206c4View commit details
Commits on Feb 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e9c2677 - Browse repository at this point
Copy the full SHA e9c2677View commit details -
update docs for latest webpack 5 syntax (#1244)
Co-authored-by: John Reilly <johnny_reilly@hotmail.com>
1Configuration menu - View commit details
-
Copy full SHA for 591bd10 - Browse repository at this point
Copy the full SHA 591bd10View commit details
Commits on Feb 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 953358e - Browse repository at this point
Copy the full SHA 953358eView commit details
Commits on Mar 11, 2021
-
Optimize fileExists callback path (#1266)
* Optimize fileExists callback path Instead of looking up filePathKey twice, cache in in the local scope. This isn't a hugely expensive lookup path, but is a hot path on large project recompiles (especially after caches are blown away). Profiling shows that even the Map lookup shows non-trivial cache lookup aggregate time * Update Changelog & package.json
Configuration menu - View commit details
-
Copy full SHA for c2c1aef - Browse repository at this point
Copy the full SHA c2c1aefView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v8.0.12...v8.0.18