tegg icon indicating copy to clipboard operation
tegg copied to clipboard

chore(core/loader): use tegg-metadata EggLoadUnitType enum

Open nightink opened this issue 1 year ago • 2 comments

  • fix(core/lifecycle): typo
Checklist
  • [x] npm test passes
  • [ ] tests and/or benchmarks are included
  • [ ] documentation is changed or added
  • [x] commit message follows commit guidelines
Affected core subsystem(s)
Description of change

nightink avatar Dec 13 '23 10:12 nightink

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (04fabef) 92.52% compared to head (b279758) 92.53%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #176   +/-   ##
=======================================
  Coverage   92.52%   92.53%           
=======================================
  Files         235      235           
  Lines        5020     5021    +1     
  Branches      539      539           
=======================================
+ Hits         4645     4646    +1     
  Misses        375      375           

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Dec 13 '23 10:12 codecov[bot]

这需要从长计议一下了,目前 tegg 中容易引起 npm 的循环依赖,得做一下改造。

killagu avatar Jan 16 '24 14:01 killagu