Searched refs:dependencyPath (Results 1 – 5 of 5) sorted by relevance
| /expo/packages/expo-yarn-workspaces/common/ |
| H A D | get-symlinked-modules.js | 19 const dependencyPath = path.join(scopePath, subdirectory); 20 if (fs.lstatSync(dependencyPath).isSymbolicLink()) { 21 modules[dependencyName] = fs.realpathSync(dependencyPath); 26 const dependencyPath = path.join(nodeModulesPath, directory); 27 if (fs.lstatSync(dependencyPath).isSymbolicLink()) { 28 modules[dependencyName] = fs.realpathSync(dependencyPath);
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/codegen/ |
| H A D | generate-artifacts-executor.js | 98 dependencyPath, argument 105 libraryPath: dependencyPath, 116 dependencyPath, argument 121 dependencyPath = RN_ROOT; 140 libraryPath: dependencyPath, 149 dependencyPath,
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/codegen/ |
| H A D | generate-artifacts-executor.js | 109 dependencyPath, argument 116 libraryPath: dependencyPath, 127 dependencyPath, argument 132 dependencyPath = REACT_NATIVE_PACKAGE_ROOT_FOLDER; 151 libraryPath: dependencyPath, 160 dependencyPath,
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/codegen/ |
| H A D | generate-artifacts-executor.js | 98 dependencyPath, argument 105 libraryPath: dependencyPath, 116 dependencyPath, argument 121 dependencyPath = RN_ROOT; 140 libraryPath: dependencyPath, 149 dependencyPath,
|
| /expo/packages/expo-updates/e2e/setup/ |
| H A D | project.js | 42 let dependencyPath; 44 dependencyPath = path.resolve( 51 dependencyPath = path.resolve(repoRoot, 'packages', dependencyComponents[0]); 55 const packageJsonPath = path.resolve(dependencyPath, 'package.json'); 76 cwd: dependencyPath,
|