Skip to content

Commit b4f38c1

Browse files
committed
Move react-dom implementation files to react-dom-bindings
This lets us share it with react-server-dom-webpack while still having a dependency on react-dom. It also makes somewhat sense from a bundling perspective since react-dom is an external to itself.
1 parent 3de9264 commit b4f38c1

File tree

107 files changed

+73
-105
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

107 files changed

+73
-105
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "react-dom-bindings",
3+
"description": "React implementation details for react-dom.",
4+
"version": "18.2.0",
5+
"private": true,
6+
"main": "index.js",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/facebook/react.git",
10+
"directory": "packages/react-dom-bindings"
11+
},
12+
"keywords": [
13+
"react"
14+
],
15+
"license": "MIT",
16+
"bugs": {
17+
"url": "https://github.com/facebook/react/issues"
18+
},
19+
"homepage": "https://reactjs.org/",
20+
"peerDependencies": {
21+
"react": "^18.2.0"
22+
}
23+
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)