Change from FAST to path list
[hiphop-php.git] / hphp / hack / src / server / serverInitCommon.mli
blob9579b95f4faf96e54f2a60e9c423c2cff5ff6006
1 (*
2 * Copyright (c) 2018, Facebook, Inc.
3 * All rights reserved.
5 * This source code is licensed under the MIT license found in the
6 * LICENSE file in the "hack" directory of this source tree.
8 *)
10 val indexing : ServerEnv.genv -> Relative_path.t list Bucket.next * float
12 val parsing :
13 lazy_parse:bool ->
14 ServerEnv.genv ->
15 ServerEnv.env ->
16 get_next:Relative_path.t list Bucket.next ->
17 ?count:int ->
18 float ->
19 trace:bool ->
20 ServerEnv.env * float
22 val update_files : ServerEnv.genv -> Naming_table.t -> float -> float
24 val naming : ServerEnv.env -> float -> ServerEnv.env * float
26 val type_check :
27 ServerEnv.genv ->
28 ServerEnv.env ->
29 Relative_path.t list ->
30 float ->
31 ServerEnv.env * float