Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
Dsourcemaps.ts166 const mapFileContents = readMapFile(mapFileName, originalMapFileName); constant
167 if (isString(mapFileContents)) {
168 return convertDocumentToSourceMapper(host, mapFileContents, mapFileName);
170 if (mapFileContents !== undefined) {
171 return mapFileContents || undefined;