Might it be time for a new version of Node-API? We added the following new features: - node_api_symbol_for (https://github.com/nodejs/node/blob/master/src/js_native_api.h#L96) - node_api_create_syntax_error (https://github.com/nodejs/node/blob/master/src/js_native_api.h#L120) - node_api_throw_syntax_error (https://github.com/nodejs/node/blob/master/src/js_native_api.h#L377) - node_api_get_module_file_name (https://github.com/nodejs/node/blob/master/src/node_api.h#L276) - runtime versioning (https://github.com/nodejs/node/pull/45715) - without actual napi_ref behavior change.
Might it be time for a new version of Node-API?
We added the following new features: