Skip to content

Commit b034ac6

Browse files
author
Brian Vaughn
committed
Merge branch 'master' into devtools-v4-merge
2 parents bc8b153 + f512537 commit b034ac6

17 files changed

+2320
-86
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"packages/*"
55
],
66
"devDependencies": {
7+
"@babel/plugin-syntax-jsx": "^7.2.0",
78
"@babel/cli": "^7.0.0",
89
"@babel/code-frame": "^7.0.0",
910
"@babel/core": "^7.0.0",
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
This package is intended to eventually replace the current `@babel/plugin-transform-react-jsx`, changing the JSX transform from targeting `React.createElement(type, props, children)` to `React.jsx(types, props, key)`.
2+
3+
https://github.com/reactjs/rfcs/blob/createlement-rfc/text/0000-create-element-changes.md
4+
5+
**This is experimental and not intended to be used directly.**

0 commit comments

Comments
 (0)