Files
oxc-project__oxc/napi/transform-react/build.rs
Boshen 85d0f4dd1f feat(napi): add React Compiler transform binding (#24934)
Adds the `oxc-transform-react` N-API binding and its public CI and publish workflows.

AI-assisted.
2026-07-29 09:08:58 +00:00

4 lines
39 B
Rust

fn main() {
napi_build::setup();
}