Skip to content

Commit b8ba003

Browse files
Gabriel Schulhoftargos
authored andcommitted
n-api: remove experimental gate from status codes
Re: #21226 (comment) PR-URL: #21680 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Gus Caplan <[email protected]>
1 parent 109c599 commit b8ba003

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/node_api_types.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,8 @@ typedef enum {
7676
napi_escape_called_twice,
7777
napi_handle_scope_mismatch,
7878
napi_callback_scope_mismatch,
79-
#ifdef NAPI_EXPERIMENTAL
8079
napi_queue_full,
8180
napi_closing,
82-
#endif // NAPI_EXPERIMENTAL
8381
} napi_status;
8482

8583
#ifdef NAPI_EXPERIMENTAL

0 commit comments

Comments
 (0)