Skip to content

Commit

Permalink
Merge branch 'master' into devtools-v4-merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Vaughn committed Aug 28, 2019
2 parents bc8b153 + f512537 commit b034ac6
Show file tree
Hide file tree
Showing 17 changed files with 2,320 additions and 86 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"packages/*"
],
"devDependencies": {
"@babel/plugin-syntax-jsx": "^7.2.0",
"@babel/cli": "^7.0.0",
"@babel/code-frame": "^7.0.0",
"@babel/core": "^7.0.0",
Expand Down
5 changes: 5 additions & 0 deletions packages/babel-plugin-react-jsx/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
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)`.

https://github.com/reactjs/rfcs/blob/createlement-rfc/text/0000-create-element-changes.md

**This is experimental and not intended to be used directly.**
Loading

0 comments on commit b034ac6

Please sign in to comment.