summaryrefslogtreecommitdiff
path: root/tests/napi/init_test.js
AgeCommit message (Collapse)Author
2024-08-28fix(napi): Fix worker threads importing already-loaded NAPI addon (#25245)Nathan Whitaker
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-06-10fix: Rewrite Node-API (#24101)snek
Phase 1 node-api rewrite
2024-02-12chore: move test_ffi and test_nap to tests/ [WIP] (#22394)Matt Mastracci
Moving some additional NAPI and. FFI tests out of the tree root.