-
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.
[flow][refactor] Explicitly handle the case of get def on
A
for `co…
…nst A = require(...)` Summary: This diff specifically handles get def on `A` for `const A = require(...)`, instead of letting it handled by `pattern_identifier`. There is no behavior change in the diff. See next diff for more motivation. Changelog: [internal] Reviewed By: panagosg7 Differential Revision: D68170643 fbshipit-source-id: a0aec0dda45aaf15ec4ecc3abee274982576fb60
- Loading branch information
1 parent
70f8163
commit 6529d1e
Showing
2 changed files
with
25 additions
and
13 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