Searched refs:mapFileContents (Results 1 – 1 of 1) sorted by relevance
166 const mapFileContents = readMapFile(mapFileName, originalMapFileName); constant167 if (isString(mapFileContents)) {168 return convertDocumentToSourceMapper(host, mapFileContents, mapFileName);170 if (mapFileContents !== undefined) {171 return mapFileContents || undefined;