* Use helper-builder-react-jsx inside plugin-transform-react-inline-elements. This avoids duplicating the logic for converting jsx elements to plain JavaScript. * Add a comment which explains the _jsx signature, [skip ci] so it is a little bit easier to understand what all those .splice() calls do
4 lines
66 B
JavaScript
4 lines
66 B
JavaScript
var test = babelHelpers.jsx(T, {
|
|
"default": " some string "
|
|
});
|