forked_react_compiler_reactive_scopes 0.2.0

Rust port of the React Compiler, vendored from react/react.
Documentation

Reactive scope passes for the React Compiler.

Converts the HIR CFG into a tree-structured ReactiveFunction and runs scope-related transformation passes (pruning, merging, renaming, etc.).

Corresponds to src/ReactiveScopes/ in the TypeScript compiler.