Searched refs:sourceFileAbsolutePaths (Results 1 – 8 of 8) sorted by relevance
/third_party/typescript/src/compiler/ |
D | sourcemap.ts | 624 …const sourceFileAbsolutePaths = map.sources.map(source => getNormalizedAbsolutePath(source, source… constant 625 …const sourceToSourceIndexMap = new Map(sourceFileAbsolutePaths.map((source, i) => [host.getCanonic… 642 … const sourceFile = host.getSourceFileLike(sourceFileAbsolutePaths[mapping.sourceIndex]); 735 …return { fileName: sourceFileAbsolutePaths[mapping.sourceIndex], pos: mapping.sourcePosition }; //…
|
/third_party/typescript/src/harness/ |
D | sourceMapRecorder.ts | 334 …const sourceFileAbsolutePaths = sourceMap.sources.map(source => ts.getNormalizedAbsolutePath(sourc… constant 342 ? getFile(sourceFileAbsolutePaths[decodedSourceMapping.sourceIndex])
|
/third_party/typescript/lib/ |
D | typingsInstaller.js | 82601 …var sourceFileAbsolutePaths = map.sources.map(function (source) { return ts.getNormalizedAbsoluteP… 82602 …var sourceToSourceIndexMap = new ts.Map(sourceFileAbsolutePaths.map(function (source, i) { return … 82617 … var sourceFile = host.getSourceFileLike(sourceFileAbsolutePaths[mapping.sourceIndex]); 82705 …return { fileName: sourceFileAbsolutePaths[mapping.sourceIndex], pos: mapping.sourcePosition }; //…
|
D | tsc.js | 69476 …var sourceFileAbsolutePaths = map.sources.map(function (source) { return ts.getNormalizedAbsoluteP… 69477 …var sourceToSourceIndexMap = new ts.Map(sourceFileAbsolutePaths.map(function (source, i) { return … 69492 … var sourceFile = host.getSourceFileLike(sourceFileAbsolutePaths[mapping.sourceIndex]); 69578 … return { fileName: sourceFileAbsolutePaths[mapping.sourceIndex], pos: mapping.sourcePosition };
|
D | tsserver.js | 82612 …var sourceFileAbsolutePaths = map.sources.map(function (source) { return ts.getNormalizedAbsoluteP… 82613 …var sourceToSourceIndexMap = new ts.Map(sourceFileAbsolutePaths.map(function (source, i) { return … 82628 … var sourceFile = host.getSourceFileLike(sourceFileAbsolutePaths[mapping.sourceIndex]); 82716 …return { fileName: sourceFileAbsolutePaths[mapping.sourceIndex], pos: mapping.sourcePosition }; //…
|
D | typescriptServices.js | 82806 …var sourceFileAbsolutePaths = map.sources.map(function (source) { return ts.getNormalizedAbsoluteP… 82807 …var sourceToSourceIndexMap = new ts.Map(sourceFileAbsolutePaths.map(function (source, i) { return … 82822 … var sourceFile = host.getSourceFileLike(sourceFileAbsolutePaths[mapping.sourceIndex]); 82910 …return { fileName: sourceFileAbsolutePaths[mapping.sourceIndex], pos: mapping.sourcePosition }; //…
|
D | tsserverlibrary.js | 82806 …var sourceFileAbsolutePaths = map.sources.map(function (source) { return ts.getNormalizedAbsoluteP… 82807 …var sourceToSourceIndexMap = new ts.Map(sourceFileAbsolutePaths.map(function (source, i) { return … 82822 … var sourceFile = host.getSourceFileLike(sourceFileAbsolutePaths[mapping.sourceIndex]); 82910 …return { fileName: sourceFileAbsolutePaths[mapping.sourceIndex], pos: mapping.sourcePosition }; //…
|
D | typescript.js | 82806 …var sourceFileAbsolutePaths = map.sources.map(function (source) { return ts.getNormalizedAbsoluteP… 82807 …var sourceToSourceIndexMap = new ts.Map(sourceFileAbsolutePaths.map(function (source, i) { return … 82822 … var sourceFile = host.getSourceFileLike(sourceFileAbsolutePaths[mapping.sourceIndex]); 82910 …return { fileName: sourceFileAbsolutePaths[mapping.sourceIndex], pos: mapping.sourcePosition }; //…
|