mirror of
https://github.com/zebrajr/react.git
synced 2025-12-07 12:20:38 +01:00
Follow up to #28783 and #28786. Since we've changed the implementations of these we can rename them to something a bit more descriptive while we're at it, since anyone depending on them will need to upgrade their code anyway. "react" with no condition: `__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE` "react" with "react-server" condition: `__SERVER_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE` "react-dom": `__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE` |
||
|---|---|---|
| .. | ||
| client.js | ||
| client.react-server.js | ||
| index.js | ||
| profiling.js | ||
| profiling.react-server.js | ||
| react-dom.react-server.js | ||
| server-rendering-stub.js | ||
| server.browser.js | ||
| server.bun.js | ||
| server.edge.js | ||
| server.js | ||
| server.node.js | ||
| server.react-server.js | ||
| static.browser.js | ||
| static.edge.js | ||
| static.js | ||
| static.node.js | ||
| static.react-server.js | ||
| test-utils.js | ||
| unstable_testing.js | ||
| unstable_testing.react-server.js | ||