Comparing version 3.1.0 to 3.1.1
@@ -5,2 +5,9 @@ # Changelog | ||
### [3.1.1](https://github.com/nonara/ts-patch/compare/v3.1.0...v3.1.1) (2023-12-06) | ||
### Bug Fixes | ||
* parseAllJsDoc breaking with < ts 5.3 ([d21e02e](https://github.com/nonara/ts-patch/commit/d21e02ef6401f04301972f8f107799b8c287275b)) | ||
## [3.1.0](https://github.com/nonara/ts-patch/compare/v3.0.2...v3.1.0) (2023-12-05) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "ts-patch", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "Patch typescript to support custom transformers in tsconfig.json", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
@@ -550,3 +550,3 @@ var tsp = (function () { | ||
const pluginCreator = new tsp.PluginCreator(plugins, { resolveBaseDir: projectConfig.projectDir ?? process.cwd() }); | ||
if (tsp.currentLibrary === "tsc" && pluginCreator.needsTscJsDocParsing) { | ||
if (tsp.currentLibrary === "tsc" && tsp.tsShim.JSDocParsingMode && pluginCreator.needsTscJsDocParsing) { | ||
host.jsDocParsingMode = tsp.tsShim.JSDocParsingMode.ParseAll; | ||
@@ -553,0 +553,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
288996
0