Searched refs:sourceMapPath (Results 1 – 12 of 12) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | sourcemap.ts | 144 …generatedLine: number, generatedCharacter: number, map: RawSourceMap, sourceMapPath: string, start… 176 … const combinedPath = combinePaths(getDirectoryPath(sourceMapPath), relativePath);
|
| D | types.ts | 4198 sourceMapPath?: string; 9029 …tedLine: number, generatedCharacter: number, sourceMap: RawSourceMap, sourceMapPath: string, start…
|
| D | emitter.ts | 5928 node.parent.sourceMapPath!,
|
| /third_party/typescript/src/testRunner/unittests/tsserver/ |
| D | projectReferencesSourcemap.ts | 136 let sourceMapPath: server.ScriptInfo["sourceMapFilePath"] | undefined; 161 sourceMapPath = dtsInfo?.sourceMapFilePath; 166 … assert.equal(dtsInfo?.sourceMapFilePath, sourceMapPath, `${debugInfo} sourceMapFilePath`);
|
| /third_party/typescript/src/compiler/factory/ |
| D | nodeFactory.ts | 6665 let sourceMapPath: string | undefined; 6674 …sourceMapPath = mapPathOrType === "js" ? textOrInputFiles.javascriptMapPath : textOrInputFiles.dec… 6689 sourceMapPath = mapPathOrType; 6696 node.sourceMapPath = sourceMapPath;
|
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 2184 sourceMapPath?: string; property 4316 …tedLine: number, generatedCharacter: number, sourceMap: RawSourceMap, sourceMapPath: string, start…
|
| D | typescriptServices.d.ts | 2184 sourceMapPath?: string; property 4316 …tedLine: number, generatedCharacter: number, sourceMap: RawSourceMap, sourceMapPath: string, start…
|
| D | tsserverlibrary.d.ts | 2184 sourceMapPath?: string; property 4316 …tedLine: number, generatedCharacter: number, sourceMap: RawSourceMap, sourceMapPath: string, start…
|
| D | tsc.js | 22671 var sourceMapPath; 22679 …sourceMapPath = 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…
|
| D | typingsInstaller.js | 28101 var sourceMapPath; 28109 …sourceMapPath = 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/ |
| D | typescript.d.ts | 2184 sourceMapPath?: string; property 4316 …tedLine: number, generatedCharacter: number, sourceMap: RawSourceMap, sourceMapPath: string, start…
|
| D | tsserverlibrary.d.ts | 2184 sourceMapPath?: string; property 4316 …tedLine: number, generatedCharacter: number, sourceMap: RawSourceMap, sourceMapPath: string, start…
|