Commit 2816d24
Delete interface.js (Flow), relocate __DEV__ global (#57275)
Summary:
Pull Request resolved: #57275
`interface.js` was a legacy, Flow-only entry point whose sole content was a bare `declare var __DEV__: boolean;` global, registered as a Flow `[libs]` file.
Relocate into `flow/globals.js`, allowing us to drop this from the package `"files"` (and `"exports"`) list.
Changelog: [Internal]
Reviewed By: rubennorte
Differential Revision: D109018822
fbshipit-source-id: 5507ff4c7c19a45980685e8691bccc998bd621071 parent e1b0c77 commit 2816d24
4 files changed
Lines changed: 6 additions & 23 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | 42 | | |
44 | 43 | | |
45 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
84 | 83 | | |
85 | 84 | | |
86 | 85 | | |
| |||
0 commit comments