react/packages/react-dom/npm
Sebastian Markbåge f613165357
Rename SECRET INTERNALS to __CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE (#28789)
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`
2024-04-09 12:20:22 -04:00
..
client.js Rename SECRET INTERNALS to __CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE (#28789) 2024-04-09 12:20:22 -04:00
client.react-server.js [DOM] disallow client entrypoints with react-server condition (#28784) 2024-04-08 15:37:06 -07:00
index.js
profiling.js Added react-dom/profiling entry point to NPM package (#13570) 2018-09-05 11:16:43 -07:00
profiling.react-server.js [DOM] disallow client entrypoints with react-server condition (#28784) 2024-04-08 15:37:06 -07:00
react-dom.react-server.js Rename "shared subset" to "server" (#27939) 2024-01-16 19:58:11 -05:00
server-rendering-stub.js Server render fork for react-dom (#25436) 2022-10-10 11:06:22 -07:00
server.browser.js [Fizz][Legacy] Remove renderToNodeStream (#28607) 2024-03-27 12:02:36 -07:00
server.bun.js [Fizz][Legacy] Remove renderToNodeStream (#28607) 2024-03-27 12:02:36 -07:00
server.edge.js [Fizz][Legacy] Remove renderToNodeStream (#28607) 2024-03-27 12:02:36 -07:00
server.js
server.node.js [Fizz][Legacy] Remove renderToNodeStream (#28607) 2024-03-27 12:02:36 -07:00
server.react-server.js [DOM] disallow client entrypoints with react-server condition (#28784) 2024-04-08 15:37:06 -07:00
static.browser.js [Fizz] Move /static build into /server builds (#27327) 2023-09-05 15:55:20 -04:00
static.edge.js [Fizz] Move /static build into /server builds (#27327) 2023-09-05 15:55:20 -04:00
static.js Add entry points for "static" server rendering passes (#24752) 2022-06-18 22:34:31 -04:00
static.node.js [Fizz] Move /static build into /server builds (#27327) 2023-09-05 15:55:20 -04:00
static.react-server.js [DOM] disallow client entrypoints with react-server condition (#28784) 2024-04-08 15:37:06 -07:00
test-utils.js
unstable_testing.js Exclude react-dom/unstable_testing entry point from stable releases (#23258) 2022-02-08 23:12:31 -05:00
unstable_testing.react-server.js [DOM] disallow client entrypoints with react-server condition (#28784) 2024-04-08 15:37:06 -07:00