Home
last modified time | relevance | path

Searched refs:sourceMapPath (Results 1 – 12 of 12) sorted by relevance

/third_party/typescript/src/compiler/
Dsourcemap.ts144 …generatedLine: number, generatedCharacter: number, map: RawSourceMap, sourceMapPath: string, start…
176 … const combinedPath = combinePaths(getDirectoryPath(sourceMapPath), relativePath);
Dtypes.ts4198 sourceMapPath?: string;
9029 …tedLine: number, generatedCharacter: number, sourceMap: RawSourceMap, sourceMapPath: string, start…
Demitter.ts5928 node.parent.sourceMapPath!,
/third_party/typescript/src/testRunner/unittests/tsserver/
DprojectReferencesSourcemap.ts136 let sourceMapPath: server.ScriptInfo["sourceMapFilePath"] | undefined;
161 sourceMapPath = dtsInfo?.sourceMapFilePath;
166 … assert.equal(dtsInfo?.sourceMapFilePath, sourceMapPath, `${debugInfo} sourceMapFilePath`);
/third_party/typescript/src/compiler/factory/
DnodeFactory.ts6665 let sourceMapPath: string | undefined;
6674sourceMapPath = mapPathOrType === "js" ? textOrInputFiles.javascriptMapPath : textOrInputFiles.dec…
6689 sourceMapPath = mapPathOrType;
6696 node.sourceMapPath = sourceMapPath;
/third_party/typescript/lib/
Dtypescript.d.ts2184 sourceMapPath?: string; property
4316 …tedLine: number, generatedCharacter: number, sourceMap: RawSourceMap, sourceMapPath: string, start…
DtypescriptServices.d.ts2184 sourceMapPath?: string; property
4316 …tedLine: number, generatedCharacter: number, sourceMap: RawSourceMap, sourceMapPath: string, start…
Dtsserverlibrary.d.ts2184 sourceMapPath?: string; property
4316 …tedLine: number, generatedCharacter: number, sourceMap: RawSourceMap, sourceMapPath: string, start…
Dtsc.js22671 var sourceMapPath;
22679sourceMapPath = mapPathOrType === "js" ? textOrInputFiles.javascriptMapPath : textOrInputFiles.dec…
22694 sourceMapPath = mapPathOrType;
22701 node.sourceMapPath = sourceMapPath;
79941 … function appendSourceMap(generatedLine, generatedCharacter, map, sourceMapPath, start, end) { argument
79967 … var combinedPath = ts.combinePaths(ts.getDirectoryPath(sourceMapPath), relativePath);
99695 …ndSourceMap(writer.getLine(), writer.getColumn(), parsed, node.parent.sourceMapPath, node.parent.g…
DtypingsInstaller.js28101 var sourceMapPath;
28109sourceMapPath = mapPathOrType === "js" ? textOrInputFiles.javascriptMapPath : textOrInputFiles.dec…
28124 sourceMapPath = mapPathOrType;
28131 node.sourceMapPath = sourceMapPath;
94483 … function appendSourceMap(generatedLine, generatedCharacter, map, sourceMapPath, start, end) { argument
94512 … var combinedPath = ts.combinePaths(ts.getDirectoryPath(sourceMapPath), relativePath);
120237 …ndSourceMap(writer.getLine(), writer.getColumn(), parsed, node.parent.sourceMapPath, node.parent.g…
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts2184 sourceMapPath?: string; property
4316 …tedLine: number, generatedCharacter: number, sourceMap: RawSourceMap, sourceMapPath: string, start…
Dtsserverlibrary.d.ts2184 sourceMapPath?: string; property
4316 …tedLine: number, generatedCharacter: number, sourceMap: RawSourceMap, sourceMapPath: string, start…