Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/export/
H A DwriteContents.ts120 const mappingComment = `\n//# sourceMappingURL=${mapName}`; constant
121 await fs.appendFile(jsPath, mappingComment);
127 comment: mappingComment,