@babel/helper-builder-react-jsx
- Version 8.0.1
- Published
- 21.1 kB
- 1 dependency
- MIT license
Install
npm i @babel/helper-builder-react-jsxyarn add @babel/helper-builder-react-jsxpnpm add @babel/helper-builder-react-jsxOverview
Helper function to build react jsx
Index
Functions
function export_default
export_default: ( opts: Options) => _babel_traverse.VisitorBase<PluginPass<Options>>;Interfaces
interface Options
interface Options {}property compat
compat?: boolean;property filter
filter?: (node: types.Node, pass: PluginPass) => boolean;property post
post?: (state: ElementState, pass: PluginPass) => void;property pre
pre?: (state: ElementState, pass: PluginPass) => void;property pure
pure?: string;property throwIfNamespace
throwIfNamespace?: boolean;property useBuiltIns
useBuiltIns?: boolean;property useSpread
useSpread?: boolean;Package Files (1)
Dependencies (1)
Dev Dependencies (2)
Peer Dependencies (1)
Badge
To add a badge like this oneto your package's README, use the codes available below.
You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/@babel/helper-builder-react-jsx.
- Markdown[](https://www.jsdocs.io/package/@babel/helper-builder-react-jsx)
- HTML<a href="https://www.jsdocs.io/package/@babel/helper-builder-react-jsx"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>
- Updated .
Package analyzed in 2946 ms. - Missing or incorrect documentation? Open an issue for this package.
