-
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][easy] Move finder code to typed_ast_finder
Summary: Moving `type_at_pos_searcher` to typed_ast_finder, which seems appropriate. This helps prevent some dependency cycles in later diffs. Changelog: [internal] Reviewed By: SamChou19815 Differential Revision: D54868848 fbshipit-source-id: dbcb24a5ad4f0aa23998ec60c2b1875f06ff5cfd
- Loading branch information
1 parent
f55b7a9
commit 72d7cce
Showing
5 changed files
with
129 additions
and
143 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
*) | ||
|
||
module Ast = Flow_ast | ||
open Typed_ast_utils | ||
open Typed_ast_finder | ||
|
||
type 'a result = | ||
| FailureNoMatch | ||
|
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