Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/export/
H A DwriteContents.ts107 const mapName = `${platform}-${hash}.map`; constant
108 await fs.writeFile(path.join(outputDir, mapName), sourceMap);
120 const mappingComment = `\n//# sourceMappingURL=${mapName}`;
124 fileName: mapName,
H A DexportStaticAsync.ts203 const mapName = normalizedFilename + '.map'; constant
204 return `//# ${props[1]}=` + mapName;