babel/packages/babel-plugin-transform-react-jsx
Huáng Jùnliàng c2f747c9b9
Improve transform-react-jsx typings (#13820)
* improve transform-react-jsx typings

* rename test fixtures

* remove unreachable sourceSelf check

* update test fixtures

* Update packages/babel-core/src/index.ts

* Update packages/babel-plugin-transform-react-jsx/src/create-plugin.ts

Co-authored-by: Henry Zhu <hi@henryzoo.com>

* Update packages/babel-plugin-transform-react-jsx/src/create-plugin.ts

Co-authored-by: Henry Zhu <hi@henryzoo.com>
2021-10-07 14:01:50 -04:00
..
2017-03-25 21:46:16 -04:00
2021-08-01 07:42:57 +00:00

@babel/plugin-transform-react-jsx

Turn JSX into React function calls

See our website @babel/plugin-transform-react-jsx for more information.

Install

Using npm:

npm install --save-dev @babel/plugin-transform-react-jsx

or using yarn:

yarn add @babel/plugin-transform-react-jsx --dev