@microsoft/api-extractor
Advanced tools
Comparing version
# Change Log - @microsoft/api-extractor | ||
This log was last generated on Thu, 01 May 2025 15:11:33 GMT and should not be manually modified. | ||
This log was last generated on Tue, 13 May 2025 02:09:20 GMT and should not be manually modified. | ||
## 7.52.8 | ||
Tue, 13 May 2025 02:09:20 GMT | ||
### Patches | ||
- Fixes API extractor error handling when changed APIs are encountered and the "--local" flag is not specified | ||
## 7.52.7 | ||
@@ -6,0 +13,0 @@ Thu, 01 May 2025 15:11:33 GMT |
@@ -72,8 +72,10 @@ "use strict"; | ||
catch (error) { | ||
if (this._debugParameter.value) { | ||
console.error(os.EOL + error.stack); | ||
if (!(error instanceof node_core_library_1.AlreadyReportedError)) { | ||
if (this._debugParameter.value) { | ||
console.error(os.EOL + error.stack); | ||
} | ||
else { | ||
console.error(os.EOL + terminal_1.Colorize.red('ERROR: ' + error.message.trim())); | ||
} | ||
} | ||
else { | ||
console.error(os.EOL + terminal_1.Colorize.red('ERROR: ' + error.message.trim())); | ||
} | ||
} | ||
@@ -80,0 +82,0 @@ } |
@@ -142,3 +142,2 @@ "use strict"; | ||
else { | ||
process.exitCode = 1; | ||
if (extractorResult.errorCount > 0) { | ||
@@ -150,2 +149,3 @@ console.log(os.EOL + terminal_1.Colorize.red('API Extractor completed with errors')); | ||
} | ||
throw new node_core_library_1.AlreadyReportedError(); | ||
} | ||
@@ -152,0 +152,0 @@ } |
{ | ||
"name": "@microsoft/api-extractor", | ||
"version": "7.52.7", | ||
"version": "7.52.8", | ||
"description": "Analyze the exported API for a TypeScript library and generate reviews, documentation, and .d.ts rollups", | ||
@@ -46,4 +46,4 @@ "keywords": [ | ||
"@rushstack/node-core-library": "5.13.1", | ||
"@rushstack/terminal": "0.15.3", | ||
"@rushstack/ts-command-line": "5.0.1" | ||
"@rushstack/ts-command-line": "5.0.1", | ||
"@rushstack/terminal": "0.15.3" | ||
}, | ||
@@ -50,0 +50,0 @@ "devDependencies": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
2009125
0.04%25296
0.06%