escalier-lang / escalier-next

Improved type safety with tight TypeScript interop
https://escalier-lang.github.io/escalier-next/
MIT License
14 stars 0 forks source link

Memoize Prelude #186

Closed kevinbarabash closed 8 months ago

kevinbarabash commented 8 months ago

This makes the tests run much faster because we only have to parse the .d.ts files once.

codecov-commenter commented 8 months ago

Codecov Report

Attention: Patch coverage is 95.74468% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 83.09%. Comparing base (ecfe2ee) to head (442b00e).

Files Patch % Lines
src/Escalier.Compiler/Prelude.fs 95.12% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #186 +/- ## ========================================== + Coverage 83.08% 83.09% +0.01% ========================================== Files 21 21 Lines 7915 7922 +7 Branches 1153 1157 +4 ========================================== + Hits 6576 6583 +7 Misses 1339 1339 ```

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