Rip out legacy reactivity from the typechecker and HackC
[hiphop-php.git] / hphp / hack / src / oxidized_by_ref / manual / mod.rs
blobcf6d2feb13bfb3654413351a41c52dc9f9f4f834
1 // Copyright (c) Facebook, Inc. and its affiliates.
2 //
3 // This source code is licensed under the MIT license found in the
4 // LICENSE file in the "hack" directory of this source tree.
6 pub mod ast;
7 pub mod blame_set;
8 pub mod decl_counters;
9 pub mod decl_env;
10 pub mod direct_decl_parser;
11 pub mod doc_comment;
12 pub mod i_map;
13 pub mod i_set;
14 pub mod ident;
15 pub mod internal_type_set;
16 pub mod lazy;
17 pub mod local_id;
18 pub mod local_id_map;
19 pub mod method_flags;
20 pub mod opaque_digest;
21 pub mod phase_map;
22 pub mod pos;
23 pub mod prop_flags;
24 pub mod relative_path;
25 pub mod s_map;
26 pub mod s_set;
27 pub mod shape_map;
28 pub mod t_shape_map;
29 pub mod tany_sentinel;
30 pub mod typing_continuations;
31 pub mod typing_defs_flags;
32 pub mod typing_logic;
33 pub mod typing_set;
35 mod ast_defs_impl;
36 mod decl_parser_options_impl;
37 mod errors_impl;
38 mod global_options_impl;
39 mod tast_impl;
40 mod typing_defs_core_impl;
41 mod typing_reason_impl;