main
rs 11 lines 318 Bytes
Raw
1 pub mod debug_print;
2 pub mod entrypoint;
3 pub mod fixture_utils;
4 pub mod timing;
5
6 // Re-export from new crates for backwards compatibility
7 pub use react_compiler_diagnostics;
8 pub use react_compiler_hir;
9 pub use react_compiler_hir as hir;
10 pub use react_compiler_hir::environment;
11 pub use react_compiler_lowering::lower;