Commit e2ce0fa
Remove src/* exports mapping
Summary:
Follows up #57277, going further to remove this entry point mapping entirely — D110911864 further supports that these import paths were never used externally (and in the first case, `src/private/` has always been an explicit name).
**One caveat**
`rn-tester` includes some runtime and Fantom test references to `'react-native/src/private/...'`.
- This happens to continue working because we've not enabled `"exports"` resolution under Flow.
- These can be classified as repo-local — motivation is simplifying/tightening the root `package.json` for open source.
Changelog:
[Internal] - (Covered by #57277)
Reviewed By: rubennorte
Differential Revision: D1110346341 parent 328a975 commit e2ce0fa
1 file changed
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | 47 | | |
52 | 48 | | |
53 | 49 | | |
| |||
0 commit comments