oxc-project / oxc

⚓ A collection of JavaScript tools written in Rust.
https://oxc.rs
MIT License
10.31k stars 379 forks source link

Incorrect binding types for `oxc-transform` #4131

Closed Dunqing closed 4 weeks ago

Dunqing commented 1 month ago

Both transform and isolatedDeclarations functions should be exported https://github.com/oxc-project/oxc/blob/cb1af043b8bd69fd34ccf2bf380ea09175ad5c53/napi/transform/index.d.ts#L56-L62

Dunqing commented 1 month ago

I had encountered the same issue before. Seems caused by upgrade napi-derive to 3.0.0-alpha.2

Boshen commented 1 month ago

I had to run pnpm run build and commit the types https://github.com/oxc-project/oxc/pull/4133

Dunqing commented 1 month ago

I had to run pnpm run build and commit the types https://github.com/oxc-project/oxc/pull/4133

Still incorrect😅