Home
last modified time | relevance | path

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

/third_party/node/lib/internal/source_map/
Dsource_map_cache.js124 const mapURL = new URL(sourceMappingURL, sourceURL).href;
125 return sourceMapFromFile(mapURL);
141 function sourceMapFromFile(mapURL) { argument
143 const content = fs.readFileSync(fileURLToPath(mapURL), 'utf8');
145 return sourcesToAbsolute(mapURL, data);