forked from facebook/flow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: for member expressions, we have separate `prop_reason` and `expr_reason`, but were using the same `RProperty` for both in some cases, which renders like `property "foo"`. instead, switched to using `mk_expression_reason` for `expr_reason`. then had to introduce `RMember` to preserve the "constant" hack we get from `RProperty` where all-uppercase props are treated like constants. Reviewed By: panagosg7 Differential Revision: D15317704 fbshipit-source-id: 06a1d934d254f390319dc5c396f84ac9521c6c8c
- Loading branch information
1 parent
e4c215e
commit 0f3a8cb
Showing
5 changed files
with
35 additions
and
21 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
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