We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a3f678 commit ef177daCopy full SHA for ef177da
doc/api/n-api.md
@@ -1187,6 +1187,8 @@ added:
1187
- v16.14.0
1188
-->
1189
1190
+> Stability: 1 - Experimental
1191
+
1192
````c
1193
NAPI_EXTERN napi_status node_api_throw_syntax_error(napi_env env,
1194
const char* code,
@@ -1306,6 +1308,8 @@ added:
1306
1308
1307
1309
1310
1311
1312
1313
```c
1314
NAPI_EXTERN napi_status node_api_create_syntax_error(napi_env env,
1315
napi_value code,
0 commit comments