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
Generate declaration files for js files if allowJs is set to true (#1483)
* Fixes#1260 by generating declaration files for js files if allowJs is set to true.
* Fix declarationOutputAllowJs test
Update expected test output for 4.7 and
stabilize expectation to be OS independent.
* Update package.json and CHANGELOG.md for 9.3.1
* Update CHANGELOG.md
Co-authored-by: John Reilly <[email protected]>
Co-authored-by: Henning Dieterichs <[email protected]>
Co-authored-by: John Reilly <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# Changelog
2
2
3
+
## v9.3.1
4
+
5
+
*[Bug fix: Generate declaration files for js files if allowJs is set to true](https://github.com/TypeStrong/ts-loader/pull/1483)[#1260] - thanks @hediet and @mvilliger
6
+
3
7
## v9.3.0
4
8
5
9
*[simplify configuration for fork-ts-checker-webpack-plugin](https://github.com/TypeStrong/ts-loader/pull/1451) - thanks @piotr-oles
0 commit comments