Upgrade to ESLint 9
This commit is contained in:
11
patches/dts-bundle-generator.patch
Normal file
11
patches/dts-bundle-generator.patch
Normal file
@ -0,0 +1,11 @@
|
||||
diff --git a/dist/helpers/check-diagnostics-errors.js b/dist/helpers/check-diagnostics-errors.js
|
||||
index 3ff0a59509fe381189764a253e6b668241e3b921..9b1eadf36278cea8dadc6cb5cfed4c4a89e91609 100644
|
||||
--- a/dist/helpers/check-diagnostics-errors.js
|
||||
+++ b/dist/helpers/check-diagnostics-errors.js
|
||||
@@ -20,6 +20,5 @@ function checkDiagnosticsErrors(diagnostics, failMessage) {
|
||||
return;
|
||||
}
|
||||
(0, logger_1.errorLog)(ts.formatDiagnostics(diagnostics, formatDiagnosticsHost).trim());
|
||||
- throw new Error(failMessage);
|
||||
}
|
||||
exports.checkDiagnosticsErrors = checkDiagnosticsErrors;
|
Reference in New Issue
Block a user