Home
last modified time | relevance | path

Searched defs:modulePath (Results 1 – 4 of 4) sorted by relevance

/expo/packages/@expo/config/src/paths/
H A Dpaths.ts111 const modulePath = resolveFrom.silent(fromDirectory, `${moduleId}.${extension}`); constant
126 const modulePath = path.join(fromDirectory, moduleId); constant
131 const modulePath = path.join(fromDirectory, `${moduleId}.${extension}`); constant
/expo/packages/@expo/metro-config/src/traveling/
H A Dmetro-config.ts9 const modulePath = resolveFrom.silent(projectRoot, 'metro-config'); constant
/expo/packages/@expo/cli/src/start/doctor/ngrok/
H A DExternalModule.ts180 const modulePath = resolver(this.pkg.name); constant
/expo/packages/@expo/config-plugins/build/utils/
H A Dplugin-resolver.js69 function resolvePluginForModule(projectRoot, modulePath) { argument