Home
last modified time | relevance | path

Searched defs:spawnAsync (Results 1 – 8 of 8) sorted by relevance

/expo/packages/eslint-config-universe/__tests__/tools/
H A DlintAsync.js1 const spawnAsync = require('@expo/spawn-async'); constant
H A DcheckPrettierRulesAsync.js1 const spawnAsync = require('@expo/spawn-async'); constant
/expo/packages/@expo/package-manager/build/utils/
H A Dspawn.js9 function createPendingSpawnAsync(actionAsync, spawnAsync) { argument
/expo/tools/src/
H A DUtils.ts14 export function spawnAsync( function
/expo/packages/expo-updates/e2e/fixtures/project_files/scripts/
H A Dgenerate-test-update-bundles.js1 const spawnAsync = require('@expo/spawn-async'); constant
/expo/packages/@expo/cli/e2e/__tests__/
H A Dutils.ts38 const spawnAsync = jest.requireActual('@expo/spawn-async') as typeof mockedSpawnAsync; constant
/expo/tools/bin/
H A Dexpotools.js194 function spawnAsync(command, args, options) { function
/expo/packages/expo-updates/e2e/setup/
H A Dproject.js1 const spawnAsync = require('@expo/spawn-async'); constant