nextjs_react_compiler 0.1.5

Rust port of the React Compiler, vendored from facebook/react.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod compile_result;
pub mod gating;
pub mod imports;
pub mod pipeline;
pub mod plugin_options;
pub mod program;
pub mod suppression;
pub mod validate_source_locations;

pub use compile_result::*;
pub use plugin_options::*;
pub use program::*;