mirror of
https://github.com/napi-rs/napi-rs.git
synced 2025-12-08 19:56:07 +00:00
This fixes a bug where having a parameter of type `Option<T>` followed by required parameters would incorrectly declare the parameter as option in the TypeScript declaration file, resulting in invalid syntax.
napi-derive-backend
Take care the ast parsing from napi-derive and generate "bridge" runtime code for both nodejs and rust.