deno
deno copied to clipboard
fix(node-api): implement `napi_type_tag_object`
Fixes https://github.com/denoland/deno/issues/22692
Interesting, it's only failing on Windows. Time to whip out the windows machine ig
Implemented in https://github.com/denoland/deno/pull/24101