-
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 module defs
Summary: Compare to the only remaining `Get_def_request.Type` for pattern_identifier within requires, these changes ones' expected behavior is well defined: all of them are supposed to jump to the module of the import, and we don't necessarily care that the exact location in the module, but we might care that they are different from other reason based jumps. Changelog: [internal] Reviewed By: gkz Differential Revision: D68166500 fbshipit-source-id: 06f232e59390d167282103de7b7a9820ef8a55f2
- Loading branch information
1 parent
35328df
commit db6ad29
Showing
3 changed files
with
16 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
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