Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
n-api: remove experimental gate from status codes
  • Loading branch information
Gabriel Schulhof committed Jul 9, 2018
commit 4100ba740da5487d77e99ebba4930e0e67759cc8
2 changes: 0 additions & 2 deletions src/node_api_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down