-
Notifications
You must be signed in to change notification settings - Fork 648
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Parse Member and TypeCast expressions in super class types (#1408)
Summary: Previously, member expressions in parent classes like `class A extends Foo.Bar`, and type casts such as `class A extends (Foo: Bar)`, were not parseable by flow-api-translator. This change adds support. Pull Request resolved: #1408 Test Plan: Previously unparseable files in `react-native` are now parseable Reviewed By: pieterv Differential Revision: D58577282 Pulled By: huntie fbshipit-source-id: 437f43841c2bd7eed7f9ca412984203e598ae1a9
- Loading branch information
1 parent
3153f50
commit 14d3201
Showing
2 changed files
with
114 additions
and
14 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