trotyl / ng-vdom

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

refactor(core): rename native to intrinsic #81

Closed trotyl closed 5 years ago

trotyl commented 5 years ago

closes #75

codecov[bot] commented 5 years ago

Codecov Report

Merging #81 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #81   +/-   ##
=======================================
  Coverage   90.33%   90.33%           
=======================================
  Files          19       19           
  Lines         538      538           
  Branches       78       78           
=======================================
  Hits          486      486           
  Misses         28       28           
  Partials       24       24
Impacted Files Coverage Δ
projects/core/src/instructions/unmount.ts 86.95% <100%> (ø) :arrow_up:
projects/core/src/instructions/intrinsic.ts 92.55% <100%> (ø)
projects/core/src/shared/node.ts 94.28% <100%> (ø) :arrow_up:
projects/core/src/instructions/patch.ts 87.5% <100%> (ø) :arrow_up:
projects/core/src/instructions/mount.ts 100% <100%> (ø) :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 86b146c...f91c1c6. Read the comment docs.