Closed agubler closed 5 years ago
Merging #208 into master will not change coverage. The diff coverage is
100%
.
@@ Coverage Diff @@
## master #208 +/- ##
=======================================
Coverage 85.52% 85.52%
=======================================
Files 40 40
Lines 1927 1927
Branches 526 526
=======================================
Hits 1648 1648
Misses 279 279
Impacted Files | Coverage Δ | |
---|---|---|
src/build-time-render/BuildTimeRender.ts | 97.67% <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 6783b95...b004ed5. Read the comment docs.
Type: bug
The following has been addressed in the PR:
prettier
as per the readme code style guidelinesDescription:
Built time rendering currently clears all loaded modules when it is run in watch which is problematic and unnecessary, it only needs to unload modules loaded from the project's source. This change filters the modules that are cleared to only modules that live in the project (blocks).