Home
last modified time | relevance | path

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

/expo/packages/expo-router/build/testing-library/
H A Drequire-context-ponyfill.js9 const node_path_1 = __importDefault(require("node:path")); constant
14 const fullPath = node_path_1.default.resolve(directory, file);
15 const relativePath = `./${node_path_1.default.relative(base, fullPath)}`;
28 return require(node_path_1.default.join(base, file));