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

Provide proper type checking for `Object.assign()` #279

Open kevinbarabash opened 4 months ago

kevinbarabash commented 4 months ago

TypeScript doesn't bother checking if the properties being copied over to the target are readonly or don't have a setter.