Searched refs:shimPath (Results 1 – 1 of 1) sorted by relevance
70 const shimPath = path.join(shimDir, 'index.js'); constant71 externals[moduleId] = shimPath;73 if (!fs.existsSync(shimPath)) {75 await fs.promises.writeFile(shimPath, tapNodeShimContents(moduleId));