* 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>
17 lines
473 B
JSON
17 lines
473 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|