nextjs_react_compiler_optimization 0.1.4

Rust port of the React Compiler, vendored from facebook/react.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "nextjs_react_compiler_optimization"
version.workspace = true
edition.workspace = true
license.workspace = true
description.workspace = true
repository.workspace = true
publish = true

[dependencies]
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"