Skip to content

Commit 03a2160

Browse files
authored
Rename "dom" fork to "dom-node" and "bun" fork to "dom-bun" (#26117)
The "dom" configuration is actually the node specific configuration. It just happened to be that this was the mainline variant before so it was implied but with so many variants, this is less obvious now. The "bun" configuration is specifically for "bun". There's no "native" renderer for "bun" yet.
1 parent 4bf2113 commit 03a2160

11 files changed

+2
-2
lines changed

scripts/shared/inlinedHostConfigs.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
module.exports = [
1010
{
11-
shortName: 'dom',
11+
shortName: 'dom-node',
1212
entryPoints: [
1313
'react-dom',
1414
'react-dom/unstable_testing',
@@ -46,7 +46,7 @@ module.exports = [
4646
isServerSupported: true,
4747
},
4848
{
49-
shortName: 'bun',
49+
shortName: 'dom-bun',
5050
entryPoints: ['react-dom', 'react-dom/src/server/ReactDOMFizzServerBun.js'],
5151
paths: [
5252
'react-dom',

0 commit comments

Comments
 (0)