deno/tests/napi
Nathan Whitaker 8ed659d2e3
fix(napi): Fix worker threads importing already-loaded NAPI addon (#25245)
Part of #20613.

If a node addon is using the legacy `napi_module_register` on ctor
approach to module registration, we have to store the registered module
so that other threads can load the addon (because `napi_module_register`
will only be called once per process).
2024-08-29 15:37:38 +02:00
..
src
tests
.gitignore
array_test.js
arraybuffer_test.js
async_test.js
bigint_test.js
build.rs
callback_test.js
Cargo.toml
cleanup_hook_test.js
coerce_test.js
common.js
date_test.js
env_test.js
error_test.js
init_test.js fix(napi): Fix worker threads importing already-loaded NAPI addon (#25245) 2024-08-29 15:37:38 +02:00
make_callback_test.js
mem_test.js
module.c
numbers_test.js
object_test.js
object_wrap_test.js
promise_test.js
properties_test.js
strings_test.js
symbol_test.js
typedarray_test.js