You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
# Changelog
2
2
3
+
## v8.2.0
4
+
5
+
*[Use caches for module resolution and type reference directives when using compiler default functions](https://github.com/TypeStrong/ts-loader/pull/1287) - thanks @sheetalkamat - uses: https://github.com/microsoft/TypeScript/pull/43700
6
+
* This is a backport from v9.1.0 for webpack 4 compatibility
// Until the API has been released and ts-loader is built against a version of TypeScript that contains it - see https://github.com/microsoft/TypeScript/blob/74993a2a64bb2e423b40204bb54ff749cdd4ef54/src/compiler/moduleNameResolver.ts#L458
0 commit comments