-
Notifications
You must be signed in to change notification settings - Fork 634
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Watcher backends: remove unused event types
Summary: Currently watcher backends, which extend `EventEmitter`, emit two events for any file change: - One with event name `change`/`add`/`delete` - One with event name `all`, and `change`/`add`/`delete` in the payload. We only ever listen to `all`. The former type is neither exercised nor tested. This removes the unused events. Changelog: Internal Reviewed By: hoxyq Differential Revision: D67393484 fbshipit-source-id: 9ef824710be5f88f8e7d5462e37b076fe5aa0847
- Loading branch information
1 parent
11c062a
commit c25f770
Showing
3 changed files
with
0 additions
and
3 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
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