mirror of
https://github.com/napi-rs/napi-rs.git
synced 2025-12-08 19:56:07 +00:00
* fix(napi): handle the return_if_invalid for Array param * Update crates/backend/src/codegen/fn.rs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update crates/backend/src/codegen/fn.rs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
napi-derive-backend
Take care the ast parsing from napi-derive and generate "bridge" runtime code for both nodejs and rust.