forked_react_compiler_hir 0.1.5

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

[dependencies]
react_compiler_diagnostics = { workspace = true }
indexmap = { version = "2", features = ["serde"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"

[lib]
name = "react_compiler_hir"