-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This lets us take advantage of much smarter `in`-based type narrowing and the new `satisfies` operator internally. We'll need to make a decision about what versions to support when we actually "stabilize" the types: not merely publishing them, but opting consumers into them by default. However, it's likely that 4.9 and 5.0 will be reasonable targets at that point, and even if not the particular 4.9 features we might rely on are "runtime" TS features, so we should be able to add a CI check for 4.8 if we want to add support for it in the test matrix.
- Loading branch information
1 parent
59523f4
commit e00d427
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters