mongodb-js / boxednode

📦 boxednode – Ship a JS file with Node.js in a box
Apache License 2.0
599 stars 10 forks source link

chore: make use of `NAPI_CPP_CUSTOM_NAMESPACE` #25

Closed addaleax closed 2 years ago

addaleax commented 2 years ago

Use the feature added in https://github.com/nodejs/node-addon-api/commit/5b51864a39ad2731bbb5f940567e266dd4f16e16 to avoid namespace conflicts between different addons in the future.