Searched refs:stdin (Results 1 – 9 of 9) sorted by relevance
| /expo/packages/@expo/cli/src/start/interface/ |
| H A D | KeyPressHandler.ts | 57 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 D | initialize.js | 61 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 D | SwiftLint.ts | 93 child.stdin?.write(str); 94 child.stdin?.end();
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/ |
| H A D | run-instrumentation-tests-via-adb-shell.sh | 46 % (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 D | run-instrumentation-tests-via-adb-shell.sh | 46 % (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 D | Utils.ts | 166 procPromise.child.stdin?.write(options.patchContent); 167 procPromise.child.stdin?.end();
|
| /expo/tools/src/generate-module/ |
| H A D | promptQuestionsAsync.ts | 117 if (!process.stdin.isTTY) {
|
| /expo/docs/ |
| H A D | yarn.lock | 2855 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 D | yarn.lock | 10153 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"
|