babel-plugin-transform-react-to-vue icon indicating copy to clipboard operation
babel-plugin-transform-react-to-vue copied to clipboard

Re-organized into more procedural approach and split into multiple files.

Open nickmessing opened this issue 8 years ago • 2 comments

nickmessing avatar Sep 07 '17 22:09 nickmessing

Codecov Report

Merging #17 into master will increase coverage by 0.52%. The diff coverage is 100%.

Impacted file tree graph

@@           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 data Powered by Codecov. Last update 3b5ef6e...c1489ef. Read the comment docs.

codecov-io avatar Sep 07 '17 23:09 codecov-io

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

aminya avatar Aug 04 '20 05:08 aminya