mirror of
https://github.com/napi-rs/napi-rs.git
synced 2026-02-01 16:41:24 +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.