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 <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
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

Lines changed: 4 additions & 0 deletions
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)