File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change
1
+ (*
2
+ * Copyright (c) Facebook, Inc. and its affiliates.
3
+ *
4
+ * This source code is licensed under the MIT license found in the
5
+ * LICENSE file in the "hack" directory of this source tree.
6
+ *
7
+ *)
8
+
9
+ val get_fixme_patches :
10
+ int list -> ServerEnv .env -> ServerRefactorTypes .patch list
11
+
12
+ val get_lambda_parameter_rewrite_patches :
13
+ Provider_context .t -> string list -> ServerRefactorTypes .patch list
14
+
15
+ val get_type_params_type_rewrite_patches :
16
+ Provider_context .t -> string list -> ServerRefactorTypes .patch list
17
+
18
+ val go :
19
+ Provider_context .t ->
20
+ ServerRefactorTypes .action ->
21
+ ServerEnv .genv ->
22
+ ServerEnv .env ->
23
+ ServerEnv .env
24
+ * ServerRefactorTypes .patch list ServerCommandTypes.Done_or_retry .t
25
+
26
+ val go_sound_dynamic :
27
+ Provider_context .t ->
28
+ ServerRefactorTypes .action ->
29
+ ServerEnv .genv ->
30
+ ServerEnv .env ->
31
+ ServerEnv .env * string ServerCommandTypes.Done_or_retry .t
32
+
33
+ val go_ide :
34
+ Provider_context .t ->
35
+ string * int * int ->
36
+ string ->
37
+ ServerEnv .genv ->
38
+ ServerEnv .env ->
39
+ ( ServerEnv .env
40
+ * ServerRefactorTypes .patch list ServerCommandTypes.Done_or_retry .t ,
41
+ string )
42
+ result
You can’t perform that action at this time.
0 commit comments