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

Merge all readonly types #340

Closed kevinbarabash closed 3 months ago

kevinbarabash commented 3 months ago

This PR also treats more interfaces (Number, String, Boolean, etc. and Intl.NumberFormat) as readonly. We'll want to make this list more comprehensive over time.

codecov-commenter commented 3 months ago

Codecov Report

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

Project coverage is 84.00%. Comparing base (9e88903) to head (fafbf3c).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #340 +/- ## ========================================== + Coverage 83.97% 84.00% +0.03% ========================================== Files 23 23 Lines 11922 11948 +26 Branches 1680 1684 +4 ========================================== + Hits 10011 10037 +26 Misses 1911 1911 ```

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