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
src: move napi_addon_register_func to node_api_types.h
This means that `node.h` can include only this file, instead of
the entirety of `node_api.h`.
Split out from #60496 since
it was rightfully pointed out that the breaking part of the change
should not touch Node-API headers.
PR-URL: #60512
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
0 commit comments