node-addon-api icon indicating copy to clipboard operation
node-addon-api copied to clipboard

feat: allow catching all exceptions

Open KevinEady opened this issue 4 months ago • 2 comments

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

KevinEady avatar Oct 18 '24 14:10 KevinEady