Use helper-builder-react-jsx inside plugin-transform-react-inline-elements (#6294)

* 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
This commit is contained in:
Nicolò Ribaudo
2017-09-26 16:15:27 +02:00
committed by Henry Zhu
parent 314bd31b85
commit 8aabbbc822
8 changed files with 70 additions and 64 deletions

View File

@@ -8,6 +8,9 @@
"keywords": [
"babel-plugin"
],
"dependencies": {
"babel-helper-builder-react-jsx": "7.0.0-beta.1"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-beta.1"
}