* Mark transpiled JSX elements as pure * Avoid duble annotation * Add "pure" option to the React preset * Fix generator indentation * Update tests * Add tests for the "pure" option * Update windows fixtures
17 lines
449 B
JSON
17 lines
449 B
JSON
{
|
|
"name": "@babel/helper-builder-react-jsx",
|
|
"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",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"main": "lib/index.js",
|
|
"dependencies": {
|
|
"@babel/helper-annotate-as-pure": "^7.8.3",
|
|
"@babel/types": "^7.8.3",
|
|
"esutils": "^2.0.0"
|
|
}
|
|
}
|