node-addon-api
node-addon-api copied to clipboard
feat: allow catching all exceptions
Adds new compile-time define (NAPI_CPP_EXCEPTIONS_ALL
) to enable catching all exceptions.
Must be under a flag to be semver minor.
TODO:
- [ ] docs
- [ ] tests
Fixes: #1555