mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
n-api: remove experimental gate from status codes
Re: https://github.com/nodejs/node/pull/21226#discussion_r200534431 PR-URL: https://github.com/nodejs/node/pull/21680 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gus Caplan <me@gus.host>
This commit is contained in:
@@ -76,10 +76,8 @@ typedef enum {
|
||||
napi_escape_called_twice,
|
||||
napi_handle_scope_mismatch,
|
||||
napi_callback_scope_mismatch,
|
||||
#ifdef NAPI_EXPERIMENTAL
|
||||
napi_queue_full,
|
||||
napi_closing,
|
||||
#endif // NAPI_EXPERIMENTAL
|
||||
} napi_status;
|
||||
|
||||
#ifdef NAPI_EXPERIMENTAL
|
||||
|
||||
Reference in New Issue
Block a user