ktsn / vue-designer

Vue component design tool
https://marketplace.visualstudio.com/items?itemName=ktsn.vue-designer
MIT License
368 stars 22 forks source link

refactor: use record instead of array for static attributes #51

Closed ktsn closed 6 years ago

ktsn commented 6 years ago

ref #48

codecov[bot] commented 6 years ago

Codecov Report

Merging #51 into master will increase coverage by 0.15%. The diff coverage is 98.64%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #51      +/-   ##
==========================================
+ Coverage   66.11%   66.27%   +0.15%     
==========================================
  Files          56       56              
  Lines        1951     1951              
  Branches      414      415       +1     
==========================================
+ Hits         1290     1293       +3     
+ Misses        646      643       -3     
  Partials       15       15
Impacted Files Coverage Δ
src/view/components/Node.vue 62.06% <ø> (ø) :arrow_up:
src/view/store/modules/project/project-getters.ts 91.07% <ø> (ø) :arrow_up:
src/parser/style/match.ts 95.53% <100%> (ø) :arrow_up:
src/view/components/NodeSlot.vue 100% <100%> (ø) :arrow_up:
src/view/components/Child.vue 88.23% <100%> (+0.73%) :arrow_up:
src/parser/template/manipulate.ts 97.77% <100%> (ø) :arrow_up:
src/parser/template/transform.ts 95.65% <100%> (+7.55%) :arrow_up:
src/view/rendering.ts 98.06% <97.5%> (-0.07%) :arrow_down:

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 04aa1d7...405f2ac. Read the comment docs.