-
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.
Summary: This declares a few globals that were missing in our `global.js` Flow declaration file: * `process` * `performance` with its current definition. We'll replace it with the new API when we replace `setupPerformance` with `setupWebPerformance`. * `navigator` * `setImmediate` * `clearImmediate` Eventually we should stop including all DOM definitions that Flow provides out of the box and define only what we provide (which is pretty much this file). Changelog: [Internal] Reviewed By: christophpurrer Differential Revision: D42964772 fbshipit-source-id: 6156968e8a9d193e7068d8a5043aa682ad45bba1
- Loading branch information
1 parent
c8c6abe
commit 3337553
Showing
5 changed files
with
38 additions
and
11 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
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