Skip to content

Commit

Permalink
Add experimental version of the `babel-plugin-transform-react-… (#11154)
Browse files Browse the repository at this point in the history
* add next option for babel-plugin-transform-react-jsx

* address review comments

* chore: update test fixtures

* Update fixture

* Add "columnNumber" to the new React transform

* Update windows fixtures

* Delete unused output.js

* Update windows tests

* Fix windows again

* fix comments

Co-authored-by: Huáng Jùnliàng <jlhwung@gmail.com>
Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
Co-authored-by: Moti Zilberman <motiz88@gmail.com>
  • Loading branch information
4 people committed Mar 17, 2020
1 parent 10aa97b commit 748897b
Show file tree
Hide file tree
Showing 337 changed files with 3,312 additions and 106 deletions.
16 changes: 16 additions & 0 deletions packages/babel-helper-builder-react-jsx-experimental/package.json
@@ -0,0 +1,16 @@
{
"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 748897b

Please sign in to comment.