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

Raise an error when trying to redeclare things (types, classes, etc.) #257

Open kevinbarabash opened 5 months ago

kevinbarabash commented 5 months ago

It's okay to have multiple declarations for interfaces and functions because we merge their types.