* refactor: replace esutils.keywords.isIdentifierNameES6 by helper-validator-identifier * refactor: replace esutils isReservedWordES6 by isKeyword || isReservedWord * address review comments * chore: specify both “main” and “exports” * build helper-validator-identifier before babel-types
@babel/helper-builder-react-jsx
Helper function to build react jsx
See our website @babel/helper-builder-react-jsx for more information.
Install
Using npm:
npm install --save-dev @babel/helper-builder-react-jsx
or using yarn:
yarn add @babel/helper-builder-react-jsx --dev