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

Change never type to unknown #4142

Merged
merged 3 commits into from
Oct 6, 2021

Commits on Oct 4, 2021

  1. Configuration menu
    Copy the full SHA
    186482f View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. Change never type to unknown

    Using `never` was a workaround I introduced in 3002, because `unknown` wasn’t
    supperted by all relevant versions of TypeScript at the time. It is now, and
    it is much more correct.
    remcohaszing committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    4d757a3 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

  1. Configuration menu
    Copy the full SHA
    f0edb9b View commit details
    Browse the repository at this point in the history