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
The only outstanding backport for new N-APIs is nodejs/node#31384 which brings napi_get_all_property_names to v10.x. Shall we wait until it lands to make off N-API 6 as including napi_get_all_property_names, or shall we leave napi_get_all_property_names experimental and roll N-API 6 without it?
Once we have arrived at a decision, we need to file a PR in core that bumps the NAPI_VERSION and updates the preprocessor if-block into which the N-API declarations are placed.
The only outstanding backport for new N-APIs is nodejs/node#31384 which brings
napi_get_all_property_namesto v10.x. Shall we wait until it lands to make off N-API 6 as includingnapi_get_all_property_names, or shall we leavenapi_get_all_property_namesexperimental and roll N-API 6 without it?Once we have arrived at a decision, we need to file a PR in core that bumps the
NAPI_VERSIONand updates the preprocessor if-block into which the N-API declarations are placed.