We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4ad231 commit ade9bafCopy full SHA for ade9baf
packages/cli-plugin-metro/src/commands/start/watchMode.ts
@@ -1,11 +1,7 @@
1
import readline from 'readline';
2
-// import {logger, hookStdout} from '@react-native-community/cli-tools';
3
-let logger: any;
4
-let hookStdout: any;
5
-// import execa from 'execa';
6
-let execa: any;
7
-// import chalk from 'chalk';
8
-let chalk: any;
+import {logger, hookStdout} from '@react-native-community/cli-tools';
+import execa from 'execa';
+import chalk from 'chalk';
9
import {Config} from '@react-native-community/cli-types';
10
import {KeyPressHandler} from '../../tools/KeyPressHandler';
11
0 commit comments