Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mmkal/expect-type
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.14.2
Choose a base ref
...
head repository: mmkal/expect-type
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.15.0
Choose a head ref
  • 4 commits
  • 7 files changed
  • 2 contributors

Commits on Sep 8, 2022

  1. add npm downloads badge

    mmkal authored Sep 8, 2022
    Configuration menu
    Copy the full SHA
    14cd7e2 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Update Extends to not distribute over union types (#12)

    Was attempting to use `expectTypeOf` with unioned types and I was
    surprised that `expectTypeOf` was always mismatching.
    
    See [this
    repro](https://www.typescriptlang.org/play?#code/C4TwDgpgBAogHsCA7AJgZwDwBkA0UBKAfFALxRZQQLLoFQD8UwATgK7QBcUAZgIYA2aCAG4AUKNCQoASVQBLZhADGwfiFKxqqTGhZykAcwA+SVgFsARhGZ5Tl60YtyD+4ITEB6D1B9QAevQS4NAAIgrKqupkusz6xnZWzJRatAkOTi5IwAxMbJw8AkKe3r4B4kFSAGJycBAo8Ija2HhEGgDaWAC6yY20bfjdjCzsUFx8giLiktDVtSiyKOEqahqzdQ00OnqGJuaJtnvpzq7uol6+-oFAA)
    showcasing the problems of union types that get stuck in `Extends`.
    
    Note: This only impacts the LHS of the extends.
    trevorade authored Oct 21, 2022
    Configuration menu
    Copy the full SHA
    55278a6 View commit details
    Browse the repository at this point in the history
  2. switch to pnpm, add np

    mmkal committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    fa40dbd View commit details
    Browse the repository at this point in the history
  3. 0.15.0

    mmkal committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    87cecad View commit details
    Browse the repository at this point in the history
Loading