Skip to content

Commit ccfa88c

Browse files
NickNasojuanarbol
authored andcommitted
doc: mark some node-api functions as experimental
PR-URL: #42987 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
1 parent 4509fda commit ccfa88c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/api/n-api.md

+4
Original file line numberDiff line numberDiff line change
@@ -1185,6 +1185,8 @@ This API throws a JavaScript `RangeError` with the text provided.
11851185
added: v16.14.0
11861186
-->
11871187

1188+
> Stability: 1 - Experimental
1189+
11881190
````c
11891191
NAPI_EXTERN napi_status node_api_throw_syntax_error(napi_env env,
11901192
const char* code,
@@ -1302,6 +1304,8 @@ This API returns a JavaScript `RangeError` with the text provided.
13021304
added: v16.14.0
13031305
-->
13041306

1307+
> Stability: 1 - Experimental
1308+
13051309
```c
13061310
NAPI_EXTERN napi_status node_api_create_syntax_error(napi_env env,
13071311
napi_value code,

0 commit comments

Comments
 (0)