Skip to content

Commit cde0fb3

Browse files
committed
fix(node): undefine NAPI_EXPERIMENTAL
This fixes build with Node v20.12.2. Related upstream issue: <nodejs/node#52229>
1 parent f1bbd67 commit cde0fb3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

node/src/module.c

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#define NAPI_VERSION 4
2-
#define NAPI_EXPERIMENTAL
32

43
#include <stdlib.h>
54
#include <stdio.h>

0 commit comments

Comments
 (0)