@microsoft/api-extractor
Version:
Analyze the exported API for a TypeScript library and generate reviews, documentation, and .d.ts rollups
13 lines • 568 B
TypeScript
import { IExtractorMessageOptions } from '../api/ExtractorMessage';
export declare class SourceMapper {
private _sourceMapByFilePath;
private _originalFileInfoByPath;
/**
* If the `IExtractorMessageOptions` refers to a `.d.ts` file, look for a `.d.ts.map` and
* if possible update the coordinates to refer to the original `.ts` file.
*/
updateExtractorMessageOptions(options: IExtractorMessageOptions): void;
private static _findNearestMappingItem;
private static _compareMappingItem;
}
//# sourceMappingURL=SourceMapper.d.ts.map