Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(types): use Simplify in TIntersect for better type readability #784

Closed

Commits on Mar 10, 2024

  1. fix(types): use Simplify in TIntersect for better type readability

    Intersected object types are lazily resolved by TypeScript until the type is mapped and intersected with an empty object, I guess. Not really sure why it works that way, but doing this leads to a nicer DX (screenshots included in the PR).
    aleclarson committed Mar 10, 2024
    Copy the full SHA
    ad6479e View commit details
    Browse the repository at this point in the history