-
Notifications
You must be signed in to change notification settings - Fork 650
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix bug in one-sided "this" type guard
Summary: "this" is a valid type guard parameter, but it was not being parsed properly. This caused the following to error: ``` type T = () => implies this is number; ``` This diff fixes this Reviewed By: avp Differential Revision: D68593722 fbshipit-source-id: e93b0a693e6826dfa73946e3a7e53e5ce7cda084
- Loading branch information
1 parent
ee1ac30
commit 7af61db
Showing
3 changed files
with
142 additions
and
4 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