UNPKG

568 BTypeScriptView Raw
1import { IExtractorMessageOptions } from '../api/ExtractorMessage';
2export declare class SourceMapper {
3 private _sourceMapByFilePath;
4 private _originalFileInfoByPath;
5 /**
6 * If the `IExtractorMessageOptions` refers to a `.d.ts` file, look for a `.d.ts.map` and
7 * if possible update the coordinates to refer to the original `.ts` file.
8 */
9 updateExtractorMessageOptions(options: IExtractorMessageOptions): void;
10 private static _findNearestMappingItem;
11 private static _compareMappingItem;
12}
13//# sourceMappingURL=SourceMapper.d.ts.map
\No newline at end of file