unsplash / sum-types

Safe, ergonomic, non-generic sum types in TypeScript.
https://unsplash.github.io/sum-types/
MIT License
42 stars 2 forks source link

Make exhaustive error checking report on missing members instead of wildcard #33

Closed samhh closed 2 years ago

samhh commented 2 years ago

Closes #7.

It doesn't appear to be possible to test for specific errors with our lint type tests unfortunately.