Home
last modified time | relevance | path

Searched defs:stdio (Results 1 – 25 of 25) sorted by relevance

/expo/packages/expo-updates/e2e/setup/
H A Dproject.js77 stdio: 'ignore', property
131 stdio: 'inherit', property
138 stdio: 'inherit', property
400 { cwd: projectRoot, stdio: 'inherit' } property
438 stdio: 'ignore', property
461 stdio: 'inherit', property
478 stdio: 'inherit', property
496 stdio: 'ignore', property
515 stdio: 'ignore', property
532 stdio: 'inherit', property
[all …]
/expo/packages/expo-yarn-workspaces/bin/
H A Dexpo-yarn-workspaces.js14 stdio: 'inherit', property
20 stdio: 'inherit', property
23 stdio: 'inherit', property
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/monorepo/
H A Dfind-and-publish-all-bumped-packages.js39 {cwd: ROOT_LOCATION, shell: true, stdio: 'pipe', encoding: 'utf-8'}, property
70 {cwd: ROOT_LOCATION, shell: true, stdio: 'pipe', encoding: 'utf-8'}, property
109 stdio: 'pipe', property
H A Dcheck-for-git-changes.js22 stdio: 'pipe', property
H A Dalign-package-versions.js141 stdio: 'inherit', property
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/template/
H A Dinitialize.js61 stdio: [process.stdin, process.stdout, process.stderr], property
76 stdio: [process.stdin, process.stdout, process.stderr], property
84 stdio: [process.stdin, process.stdout, process.stderr], property
/expo/packages/@expo/package-manager/build/ios/
H A DCocoaPodsPackageManager.js51 static async gemInstallCLIAsync(nonInteractive = false, spawnOptions = { stdio: 'inherit' }) { property
65 static async brewLinkCLIAsync(spawnOptions = { stdio: 'inherit' }) { property
68 static async brewInstallCLIAsync(spawnOptions = { stdio: 'inherit' }) { property
71 static async installCLIAsync({ nonInteractive = false, spawnOptions = { stdio: 'inherit' }, }) { property
73 spawnOptions = { stdio: 'inherit' }; property
123 static async isCLIInstalledAsync(spawnOptions = { stdio: 'inherit' }) { property
/expo/packages/jest-expo/bin/
H A Djest.js26 const result = childProcess.spawnSync('node', jestWithArgs, { stdio: 'inherit' }); property
/expo/packages/create-expo-module/build/
H A DresolvePackageManager.js36 (0, child_process_1.execSync)(`${manager} --version`, { stdio: 'ignore' }); property
/expo/packages/expo-test-runner/build/
H A DUtils.js11 … (0, child_process_1.spawnSync)('yarn', ['install', '--silent'], { stdio: 'inherit', cwd: path }); property
H A DBundlerController.js16 …const bundler = (0, child_process_1.spawn)('yarn', ['start'], { cwd: this.path, stdio: 'inherit' }… property
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/
H A Dtesting-utils.js40 stdio: 'ignore', property
H A Drun-ci-e2e-tests.js202 stdio: 'inherit', property
/expo/packages/expo-updates/e2e/fixtures/project_files/scripts/
H A Dgenerate-test-update-bundles.js80 stdio: 'inherit', property
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/
H A Drun-ci-e2e-tests.js189 stdio: 'inherit', property
/expo/packages/@expo/package-manager/build/node/
H A DBasePackageManager.js19 stdio: silent ? undefined : 'inherit', property
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/codegen/
H A Dgenerate-artifacts-executor.js286 stdio: 'inherit', property
290 stdio: 'inherit', property
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/codegen/
H A Dgenerate-artifacts-executor.js286 stdio: 'inherit', property
290 stdio: 'inherit', property
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/hermes/
H A Dhermes-utils.js187 execSync('git describe --exact-match HEAD', {stdio: 'ignore'}); property
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/codegen/
H A Dgenerate-artifacts-executor.js301 stdio: 'inherit', property
305 stdio: 'inherit', property
/expo/tools/bin/
H A Dexpotools.js200 stdio: ['pipe', 'ignore', 'pipe'], property
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/hermes/
H A Dhermes-utils.js38 return spawnSync(command, args, {stdio: 'inherit', ...options}); property
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/hermes/
H A Dhermes-utils.js38 return spawnSync(command, args, {stdio: 'inherit', ...options}); property
/expo/packages/expo-modules-test-core/build/
H A DgetStructure.js123 const output = (0, child_process_1.execSync)(command, { stdio: 'pipe' }); property
/expo/tools/src/
H A DGit.ts342 const spawnOptions: SpawnOptions = options.inheritStdio ? { stdio: 'inherit' } : {}; constant