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

Migrate optional params from TypeScript types in .d.ts properly #359

Closed kevinbarabash closed 2 months ago

kevinbarabash commented 2 months ago

Fixes #350.

codecov-commenter commented 2 months ago

Codecov Report

Attention: Patch coverage is 78.57143% with 6 lines in your changes missing coverage. Please review.

Project coverage is 84.07%. Comparing base (96373b5) to head (d4fef78).

Files Patch % Lines
src/Escalier.Codegen/Printer.fs 33.33% 4 Missing :warning:
src/Escalier.Interop/Migrate.fs 88.23% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #359 +/- ## ========================================== + Coverage 84.03% 84.07% +0.03% ========================================== Files 22 22 Lines 12468 12480 +12 Branches 1760 1765 +5 ========================================== + Hits 10477 10492 +15 + Misses 1991 1988 -3 ```

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