Skip to content

Commit

Permalink
add next option for babel-plugin-transform-react-jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
lunaruan committed Feb 27, 2020
1 parent e9ea523 commit d00b7c4
Show file tree
Hide file tree
Showing 264 changed files with 2,922 additions and 95 deletions.
17 changes: 17 additions & 0 deletions packages/babel-helper-builder-react-jsx-experimental/package.json
@@ -0,0 +1,17 @@
{
"name": "@babel/helper-builder-react-jsx-experimental",
"version": "7.8.3",
"description": "Helper function to build react jsx",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-builder-react-jsx-experimental",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js",
"dependencies": {
"@babel/helper-module-imports": "^7.8.3",
"@babel/types": "^7.8.3",
"esutils": "^2.0.0"

}
}

0 comments on commit d00b7c4

Please sign in to comment.