Home
last modified time | relevance | path

Searched refs:stdin (Results 1 – 9 of 9) sorted by relevance

/expo/packages/@expo/cli/src/start/interface/
H A DKeyPressHandler.ts57 const { stdin } = process; constant
59 if (!stdin.setRawMode) {
63 stdin.setRawMode(true);
64 stdin.resume();
65 stdin.setEncoding('utf8');
66 stdin.on('data', this.handleKeypress);
75 const { stdin } = process; constant
76 stdin.removeListener('data', this.handleKeypress);
78 if (!stdin.setRawMode) {
82 stdin.setRawMode(false);
[all …]
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/template/
H A Dinitialize.js61 stdio: [process.stdin, process.stdout, process.stderr],
76 stdio: [process.stdin, process.stdout, process.stderr],
84 stdio: [process.stdin, process.stdout, process.stderr],
/expo/tools/src/linting/
H A DSwiftLint.ts93 child.stdin?.write(str);
94 child.stdin?.end();
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/
H A Drun-instrumentation-tests-via-adb-shell.sh46 % (test_class, test_app), shell=True, stdout=sp.PIPE, stderr=sp.PIPE, stdin=sp.PIPE)
49 % (test_app), shell=True, stdout=sp.PIPE, stderr=sp.PIPE, stdin=sp.PIPE)
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/
H A Drun-instrumentation-tests-via-adb-shell.sh46 % (test_class, test_app), shell=True, stdout=sp.PIPE, stderr=sp.PIPE, stdin=sp.PIPE)
49 % (test_app), shell=True, stdout=sp.PIPE, stderr=sp.PIPE, stdin=sp.PIPE)
/expo/tools/src/
H A DUtils.ts166 procPromise.child.stdin?.write(options.patchContent);
167 procPromise.child.stdin?.end();
/expo/tools/src/generate-module/
H A DpromptQuestionsAsync.ts117 if (!process.stdin.isTTY) {
/expo/docs/
H A Dyarn.lock2855 get-stdin "^6.0.0"
4130 get-stdin@^6.0.0:
4132 …resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f…
/expo/
H A Dyarn.lock10153 get-stdin@^8.0.0:
10155 …resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-8.0.0.tgz#cbad6a73feb75f6eeb22ba9e01f…
12626 get-stdin "^8.0.0"