trotyl / ng-vdom

(Developer Preview) A virtual-DOM extension for Angular, also work as React bridge.
259 stars 12 forks source link

perf(core): store node meta by index #20

Closed trotyl closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #20 into master will increase coverage by 0.41%. The diff coverage is 90.9%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #20      +/-   ##
==========================================
+ Coverage   83.14%   83.55%   +0.41%     
==========================================
  Files          15       16       +1     
  Lines         433      444      +11     
  Branches       68       68              
==========================================
+ Hits          360      371      +11     
  Misses         54       54              
  Partials       19       19
Impacted Files Coverage Δ
projects/core/src/instructions/unmount.ts 100% <100%> (ø) :arrow_up:
projects/core/src/shared/types.ts 100% <100%> (ø)
projects/core/src/shared/node.ts 94.11% <100%> (+0.17%) :arrow_up:
projects/core/src/instructions/mount.ts 96.25% <100%> (+0.04%) :arrow_up:
projects/core/src/instructions/property.ts 86.48% <66.66%> (+0.37%) :arrow_up:
projects/core/src/instructions/patch.ts 71.76% <81.81%> (+0.33%) :arrow_up:

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 2d7a624...5aec928. Read the comment docs.