babel-plugin-transform-react-to-vue
babel-plugin-transform-react-to-vue copied to clipboard
Re-organized into more procedural approach and split into multiple files.
Codecov Report
Merging #17 into master will increase coverage by
0.52%. The diff coverage is100%.
@@ Coverage Diff @@
## master #17 +/- ##
========================================
+ Coverage 99.47% 100% +0.52%
========================================
Files 1 11 +10
Lines 191 292 +101
========================================
+ Hits 190 292 +102
+ Misses 1 0 -1
| Impacted Files | Coverage Δ | |
|---|---|---|
| src/index.js | 100% <100%> (ø) |
|
| src/convertors.js | 100% <100%> (ø) |
|
| src/get-default-export.js | 100% <100%> (ø) |
|
| src/convert-react-component.js | 100% <100%> (ø) |
|
| src/get-imported-identifier.js | 100% <100%> (ø) |
|
| src/parsers.js | 100% <100%> (ø) |
|
| src/checks.js | 100% <100%> (ø) |
|
| src/generate-vue-component.js | 100% <100%> (ø) |
|
| src/constants.js | 100% <100%> (ø) |
|
| src/parse-react-component.js | 100% <100%> (ø) |
|
| ... and 12 more |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 3b5ef6e...c1489ef. Read the comment docs.
Late to the party. What was the status of this? I am interested in using this plugin as a starting point for some other babel plugin. This pull request seems more organized than the big file in the master.
@nickmessing