Searched refs:mapFileContents (Results 1 – 5 of 5) sorted by relevance
/third_party/typescript/src/services/ |
D | sourcemaps.ts | 166 const mapFileContents = readMapFile(mapFileName, originalMapFileName); constant 167 if (isString(mapFileContents)) { 168 return convertDocumentToSourceMapper(host, mapFileContents, mapFileName); 170 if (mapFileContents !== undefined) { 171 return mapFileContents || undefined;
|
/third_party/typescript/lib/ |
D | tsserverlibrary.js | 131219 var mapFileContents = readMapFile(mapFileName_1, originalMapFileName); 131220 if (ts.isString(mapFileContents)) { 131221 return convertDocumentToSourceMapper(host, mapFileContents, mapFileName_1); 131223 if (mapFileContents !== undefined) { 131224 return mapFileContents || undefined;
|
D | typescript.js | 131219 var mapFileContents = readMapFile(mapFileName_1, originalMapFileName); 131220 if (ts.isString(mapFileContents)) { 131221 return convertDocumentToSourceMapper(host, mapFileContents, mapFileName_1); 131223 if (mapFileContents !== undefined) { 131224 return mapFileContents || undefined;
|
D | tsserver.js | 130650 var mapFileContents = readMapFile(mapFileName_1, originalMapFileName); 130651 if (ts.isString(mapFileContents)) { 130652 return convertDocumentToSourceMapper(host, mapFileContents, mapFileName_1); 130654 if (mapFileContents !== undefined) { 130655 return mapFileContents || undefined;
|
D | typescriptServices.js | 131219 var mapFileContents = readMapFile(mapFileName_1, originalMapFileName); 131220 if (ts.isString(mapFileContents)) { 131221 return convertDocumentToSourceMapper(host, mapFileContents, mapFileName_1); 131223 if (mapFileContents !== undefined) { 131224 return mapFileContents || undefined;
|