refactor: Move react-jsx-development implementation into react-jsx (#12524)
* Move react-jsx-development implementation into react-jsx * Move helper-builder-jsx-experimental into transform-react-jsx * Move JSX validation * Move Program visitor * introduce get/set utils * pre -> getTag * Dedupe code * post -> getState * Simplify logic * Move final pieces * Other simplifications * Update lockfile * Fix standalone bundling
This commit is contained in:
@@ -16,9 +16,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-builder-react-jsx-experimental": "workspace:^7.12.11",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.10.4",
|
||||
"@babel/plugin-syntax-jsx": "workspace:^7.12.1"
|
||||
"@babel/plugin-transform-react-jsx": "workspace:^7.12.11"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
|
||||
Reference in New Issue
Block a user