Home
last modified time | relevance | path

Searched refs:sourceFileAbsolutePaths (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/src/compiler/
Dsourcemap.ts653 …const sourceFileAbsolutePaths = map.sources.map(source => getNormalizedAbsolutePath(source, source… constant
654 …const sourceToSourceIndexMap = new Map(sourceFileAbsolutePaths.map((source, i) => [host.getCanonic…
671 … const sourceFile = host.getSourceFileLike(sourceFileAbsolutePaths[mapping.sourceIndex]);
764 …return { fileName: sourceFileAbsolutePaths[mapping.sourceIndex], pos: mapping.sourcePosition }; //…
/third_party/typescript/src/harness/
DsourceMapRecorder.ts334 …const sourceFileAbsolutePaths = sourceMap.sources.map(source => ts.getNormalizedAbsolutePath(sourc… constant
342 ? getFile(sourceFileAbsolutePaths[decodedSourceMapping.sourceIndex])
/third_party/typescript/lib/
DtypingsInstaller.js94667 …var sourceFileAbsolutePaths = map.sources.map(function (source) { return ts.getNormalizedAbsoluteP…
94668 …var sourceToSourceIndexMap = new ts.Map(sourceFileAbsolutePaths.map(function (source, i) { return …
94683 … var sourceFile = host.getSourceFileLike(sourceFileAbsolutePaths[mapping.sourceIndex]);
94771 …return { fileName: sourceFileAbsolutePaths[mapping.sourceIndex], pos: mapping.sourcePosition }; //…
Dtsc.js80096 …var sourceFileAbsolutePaths = map.sources.map(function (source) { return ts.getNormalizedAbsoluteP…
80097 …var sourceToSourceIndexMap = new ts.Map(sourceFileAbsolutePaths.map(function (source, i) { return …
80112 … var sourceFile = host.getSourceFileLike(sourceFileAbsolutePaths[mapping.sourceIndex]);
80198 … return { fileName: sourceFileAbsolutePaths[mapping.sourceIndex], pos: mapping.sourcePosition };