Searched refs:sourceFileAbsolutePaths (Results 1 – 4 of 4) sorted by relevance
653 …const sourceFileAbsolutePaths = map.sources.map(source => getNormalizedAbsolutePath(source, source… constant654 …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 }; //…
334 …const sourceFileAbsolutePaths = sourceMap.sources.map(source => ts.getNormalizedAbsolutePath(sourc… constant342 ? getFile(sourceFileAbsolutePaths[decodedSourceMapping.sourceIndex])
94667 …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 }; //…
80096 …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 };