Skip to content

n-api: initialize a module via a special symbol

Much like regular modules, N-API modules can also benefit from having a special symbol which they can expose.

Fixes: https://github.com/nodejs/node/issues/19845

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading