You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After N-API exits experimental status, we can no longer make breaking changes. So we should track any issues that might force breaking changes, to ensure they are resolved before then. Here are the ones that I am aware of:
After N-API exits experimental status, we can no longer make breaking changes. So we should track any issues that might force breaking changes, to ensure they are resolved before then. Here are the ones that I am aware of:
Changenapi_add_register_func
callback for better ES6 module compatibility ES6 module loader compatibility #256 (Taylor)Replacenapi_create_number()
with APIs that take more specific types (for perf) n-api: optimize number API performance node#14573Replacenapi_is_construct_call()
with API that gets the new-target for constructors Consider "new.target" for constructor callbacks #200Add async hooks context parameter tonapi_make_callback()
Integrate C++ AsyncHooks Embedder API with native abstraction node#13254 (Jason)(We still haven't decided whether we will do anything for this.)
The text was updated successfully, but these errors were encountered: