-
Notifications
You must be signed in to change notification settings - Fork 24.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify key handling in start command (#46768)
Summary: Pull Request resolved: #46768 Remove the `KeyPressHandler` util in favour of using the `process.stdin` APIs inline. This reduces complexity (where we were effectively not using the conditional interception this previously implemented — see also #46416), and more closely mirrors our internal dev server setup. Resolves #46571. Changelog: [Internal] Reviewed By: hoxyq Differential Revision: D63255321 fbshipit-source-id: 5cdf7a480053a2215fa50f544733f443bab07ef2
- Loading branch information
1 parent
7186fde
commit b52bbb4
Showing
3 changed files
with
33 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
90 changes: 0 additions & 90 deletions
90
packages/community-cli-plugin/src/utils/KeyPressHandler.js
This file was deleted.
Oops, something went wrong.