Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/start/server/metro/
H A Dexternals.ts70 const shimPath = path.join(shimDir, 'index.js'); constant
71 externals[moduleId] = shimPath;
73 if (!fs.existsSync(shimPath)) {
75 await fs.promises.writeFile(shimPath, tapNodeShimContents(moduleId));