forked_react_compiler_optimization 0.2.0

Rust port of the React Compiler, vendored from react/react.
Documentation
[package]
name = "forked_react_compiler_optimization"
version.workspace = true
edition.workspace = true
license.workspace = true
description.workspace = true
repository.workspace = true
publish = true

[dependencies]
react_compiler_utils = { workspace = true }
rustc-hash = "2"
react_compiler_diagnostics = { workspace = true }
react_compiler_hir = { workspace = true }
react_compiler_lowering = { workspace = true }
react_compiler_ssa = { workspace = true }
indexmap = "2"

[lib]
name = "react_compiler_optimization"