Skip to content

Commit ba2a144

Browse files
Wilfredfacebook-github-bot
authored andcommitted
Add .mli for serverRefactor.mli
Reviewed By: vsiles Differential Revision: D39157785 fbshipit-source-id: c9d9a9f53c8b2b4b5332ec9c5e012b89ef0772d1
1 parent 62f08e3 commit ba2a144

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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

0 commit comments

Comments
 (0)