-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
don't assert_false on invalid typeof values
Summary: `typeof x === "foo"` should show a warning and return false, not assert. while I was there, I also got rid of `IsP <string>` in favor of a more explicit variant. See #712 Reviewed By: bhosmer Differential Revision: D2586915 fb-gh-sync-id: 5761e3202e9849838fef940131f95fb8139cc297
- Loading branch information
Showing
6 changed files
with
159 additions
and
65 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
Oops, something went wrong.