-
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Currently basic equality - Add Type::Narrowed - Add narrowing for `typeof` - Add narrowing for dependent booleans - Add negation and filtering - Add conjugtions - Add disjoint checking to equality to fix `??` == undefined issue - Improve LocalInformation merging around final events - Prototypes with `instanceof` - Add `Filter` helper - Property access narrowing - Add De Morgan's laws for narrowing && and || - Add asserts return type checking - Add narrowing lookup for conditional result for printing and access - Narrowing from free variable
- Loading branch information
1 parent
0856014
commit 793f54d
Showing
38 changed files
with
2,323 additions
and
854 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
Binary file not shown.
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
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
Oops, something went wrong.