@microsoft/api-extractor
Advanced tools
Comparing version
# Change Log - @microsoft/api-extractor | ||
This log was last generated on Thu, 17 Apr 2025 00:11:21 GMT and should not be manually modified. | ||
This log was last generated on Mon, 21 Apr 2025 22:24:25 GMT and should not be manually modified. | ||
## 7.52.5 | ||
Mon, 21 Apr 2025 22:24:25 GMT | ||
_Version update only_ | ||
## 7.52.4 | ||
@@ -6,0 +11,0 @@ Thu, 17 Apr 2025 00:11:21 GMT |
@@ -5,5 +5,5 @@ import { CommandLineParser } from '@rushstack/ts-command-line'; | ||
constructor(); | ||
protected onExecute(): Promise<void>; | ||
protected onExecuteAsync(): Promise<void>; | ||
private _populateActions; | ||
} | ||
//# sourceMappingURL=ApiExtractorCommandLine.d.ts.map |
@@ -62,8 +62,12 @@ "use strict"; | ||
} | ||
onExecute() { | ||
// override | ||
async onExecuteAsync() { | ||
if (this._debugParameter.value) { | ||
node_core_library_1.InternalError.breakInDebugger = true; | ||
} | ||
return super.onExecute().catch((error) => { | ||
process.exitCode = 1; | ||
try { | ||
await super.onExecuteAsync(); | ||
process.exitCode = 0; | ||
} | ||
catch (error) { | ||
if (this._debugParameter.value) { | ||
@@ -75,4 +79,3 @@ console.error(os.EOL + error.stack); | ||
} | ||
process.exitCode = 1; | ||
}); | ||
} | ||
} | ||
@@ -79,0 +82,0 @@ _populateActions() { |
@@ -5,4 +5,4 @@ import { CommandLineAction } from '@rushstack/ts-command-line'; | ||
constructor(parser: ApiExtractorCommandLine); | ||
protected onExecute(): Promise<void>; | ||
protected onExecuteAsync(): Promise<void>; | ||
} | ||
//# sourceMappingURL=InitAction.d.ts.map |
@@ -54,4 +54,3 @@ "use strict"; | ||
} | ||
async onExecute() { | ||
// override | ||
async onExecuteAsync() { | ||
const inputFilePath = path.resolve(__dirname, '../schemas/api-extractor-template.json'); | ||
@@ -58,0 +57,0 @@ const outputFilePath = path.resolve(ExtractorConfig_1.ExtractorConfig.FILENAME); |
@@ -10,4 +10,4 @@ import { CommandLineAction } from '@rushstack/ts-command-line'; | ||
constructor(parser: ApiExtractorCommandLine); | ||
protected onExecute(): Promise<void>; | ||
protected onExecuteAsync(): Promise<void>; | ||
} | ||
//# sourceMappingURL=RunAction.d.ts.map |
@@ -87,4 +87,3 @@ "use strict"; | ||
} | ||
async onExecute() { | ||
// override | ||
async onExecuteAsync() { | ||
const lookup = new node_core_library_1.PackageJsonLookup(); | ||
@@ -91,0 +90,0 @@ let configFilename; |
{ | ||
"name": "@microsoft/api-extractor", | ||
"version": "7.52.4", | ||
"version": "7.52.5", | ||
"description": "Analyze the exported API for a TypeScript library and generate reviews, documentation, and .d.ts rollups", | ||
@@ -44,6 +44,6 @@ "keywords": [ | ||
"@microsoft/api-extractor-model": "7.30.5", | ||
"@rushstack/rig-package": "0.5.3", | ||
"@rushstack/terminal": "0.15.2", | ||
"@rushstack/node-core-library": "5.13.0", | ||
"@rushstack/rig-package": "0.5.3", | ||
"@rushstack/ts-command-line": "4.23.7", | ||
"@rushstack/terminal": "0.15.2" | ||
"@rushstack/ts-command-line": "5.0.0" | ||
}, | ||
@@ -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
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
2004539
0.02%25235
0.05%+ Added
- Removed