Home
last modified time | relevance | path

Searched refs:spawn (Results 1 – 25 of 28) sorted by relevance

12

/expo/packages/create-expo-module/src/
H A Dutils.ts2 import spawn from 'cross-spawn';
37 return spawn.sync('git', ['config', '--get', 'user.name']).stdout.toString().trim();
48 return spawn.sync('git', ['config', '--get', 'user.email']).stdout.toString().trim();
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/
H A Dsetup-verdaccio.js12 const {execSync, spawn} = require('child_process');
35 const verdaccioProcess = spawn(
H A Drun-ci-e2e-tests.js23 const spawn = require('child_process').spawn; constant
162 const appiumProcess = spawn('node', ['./node_modules/.bin/appium']);
174 const packagerProcess = spawn('yarn', ['start', '--max-workers 1']);
201 const packagerProcess = spawn('yarn', ['start'], {
H A Dtesting-utils.js14 const {spawn} = require('node:child_process');
38 const cp = spawn(emulatorCommand, [`@${emulatorName}`], {
/expo/packages/@expo/cli/src/start/platforms/android/__tests__/
H A Demulator-test.ts2 import { spawn } from 'child_process';
42 asMock(spawn).mockReturnValueOnce({
63 asMock(spawn).mockReturnValueOnce({
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/
H A Drun-ci-e2e-tests.js23 const spawn = require('child_process').spawn; constant
147 const appiumProcess = spawn('node', ['./node_modules/.bin/appium']);
159 const packagerProcess = spawn('yarn', ['start', '--max-workers 1'], {
188 const packagerProcess = spawn('yarn', ['start'], {
/expo/packages/@expo/cli/src/start/server/middleware/inspector/
H A DLaunchBrowserImplMacOS.ts2 import { spawn, type ChildProcess } from 'child_process';
49 this._process = spawn(appPath, args, { stdio: 'ignore' });
/expo/packages/expo-test-runner/src/
H A DBundlerController.ts1 import { ChildProcess, spawn } from 'child_process';
12 const bundler = spawn('yarn', ['start'], { cwd: this.path, stdio: 'inherit' });
/expo/tools/src/
H A DIOSSimulator.ts2 import { spawn } from 'child_process';
46 return spawn(
/expo/packages/@expo/cli/__mocks__/
H A Dchild_process.ts3 spawn: jest.fn(),
/expo/packages/@expo/cli/src/start/platforms/android/
H A Demulator.ts3 import { spawn } from 'child_process';
56 const emulatorProcess = spawn(
/expo/packages/@expo/package-manager/build/utils/
H A Dspawn.js.map1 {"version":3,"file":"spawn.js","sourceRoot":"","sources":["../../src/utils/spawn.ts"],"names":[],"m…
/expo/packages/@expo/cli/src/start/platforms/ios/
H A DsimctlLogging.ts2 import { ChildProcessWithoutNullStreams, spawn } from 'child_process';
125 this.childProcess = spawn('xcrun', [
/expo/packages/expo-test-runner/build/
H A DBundlerController.js16 …const bundler = (0, child_process_1.spawn)('yarn', ['start'], { cwd: this.path, stdio: 'inherit' }…
H A DBundlerController.js.map1spawn } from 'child_process';\nimport fetch from 'node-fetch';\n\nimport { delay } from './Utils';…
H A DUtils.js.map1 …5B;AACH,CAAC;AARD,0DAQC","sourcesContent":["import spawnAsync from '@expo/spawn-async';\nimport { …
H A DTemplateProject.js.map1 …,CAAC;CACF;AAnMD,kCAmMC","sourcesContent":["import spawnAsync from '@expo/spawn-async';\nimport { …
/expo/packages/create-expo-module/build/
H A Dutils.js.map1spawn from 'cross-spawn';\nimport githubUsername from 'github-username';\nimport ora from 'ora';\n…
H A DpackageManager.js.map1 …AC;AACL,CAAC;AATD,kDASC","sourcesContent":["import spawnAsync from '@expo/spawn-async';\n\nimport …
H A DcreateExampleApp.js.map1 …CpC,CAAC,CAAC;AACL,CAAC","sourcesContent":["import spawnAsync from '@expo/spawn-async';\nimport fs…
/expo/packages/@expo/cli/src/run/ios/
H A DXcodeBuild.ts3 import { spawn, SpawnOptionsWithoutStdio } from 'child_process';
171 const buildProcess = spawn('xcodebuild', args, options);
/expo/tools/bin/
H A Dexpotools.js196 const child = child_process.spawn(
/expo/tools/
H A Dyarn.lock1114 "@expo/spawn-async" "1.5.0"
1216 "@expo/spawn[email protected]":
1221 cross-spawn "^6.0.5"
1223 "@expo/spawn-async@^1.5.0", "@expo/spawn-async@^1.7.0":
1228 cross-spawn "^7.0.3"
4360 cross-spawn@7.0.3, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
4369 cross-spawn@^6.0.0, cross-spawn@^6.0.5:
5454 cross-spawn "^7.0.2"
5576 cross-spawn "^6.0.0"
9714 cross-spawn "^6.0.5"
[all …]
/expo/docs/pages/archive/
H A Dexpo-cli.mdx63 | `--max-workers [num]` | Maximum number of tasks to allow Metro to spawn
148 | `--max-workers [num]` | Maximum number of tasks to allow Metro to spawn. …
353 | `--max-workers [num]` | Maximum number of tasks to allow Metro to spawn. …
/expo/
H A Dyarn.lock1511 cross-spawn "^6.0.5"
1513 "@expo/spawn-async@^1.5.0", "@expo/spawn-async@^1.6.0", "@expo/spawn-async@^1.7.0":
1518 cross-spawn "^7.0.3"
3005 cross-spawn "^7.0.3"
6731 cross-spawn "^4.0.2"
7460 cross-spawn@7.0.3, cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
7469 cross-spawn@^4.0.2:
7477 cross-spawn@^5.0.1:
7486 cross-spawn@^6.0.0, cross-spawn@^6.0.5:
9045 cross-spawn "^7.0.2"
[all …]

12