ricokahler / next-plugin-preval

Pre-evaluate async functions during builds and import them like JSON
MIT License
255 stars 12 forks source link

feat: cached/de-duped prevals via IPC #79

Closed ricokahler closed 2 years ago

ricokahler commented 2 years ago

Closes #14

Needs a bit more testing. This will be released on the alpha tag first.

codecov[bot] commented 2 years ago

Codecov Report

Merging #79 (c4f41ff) into alpha (f77ee71) will decrease coverage by 0.60%. The diff coverage is 93.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##            alpha      #79      +/-   ##
==========================================
- Coverage   92.70%   92.10%   -0.61%     
==========================================
  Files           2        2              
  Lines          96       76      -20     
  Branches       32       30       -2     
==========================================
- Hits           89       70      -19     
+ Misses          6        5       -1     
  Partials        1        1              
Impacted Files Coverage Δ
src/preval-resource.ts 93.33% <93.33%> (ø)
src/loader.ts

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 f77ee71...c4f41ff. Read the comment docs.

github-actions[bot] commented 2 years ago

:tada: This PR is included in version 1.3.0-alpha.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: