File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -876,19 +876,18 @@ parameter is an instance of an [`Error`][] then it will be thrown instead of the
876876added:
877877 - v13.6.0
878878 - v12.16.0
879+ changes:
880+ - version: REPLACEME
881+ pr-url: https://github.com/nodejs/node/pull/38111
882+ description: This API is no longer experimental.
879883-->
880884
881885* ` string ` {string}
882886* ` regexp ` {RegExp}
883887* ` message ` {string|Error}
884888
885- > Stability: 1 - Experimental
886-
887889Expects the ` string ` input not to match the regular expression.
888890
889- This feature is currently experimental and the name might change or it might be
890- completely removed again.
891-
892891``` mjs
893892import assert from ' assert/strict' ;
894893
@@ -1398,19 +1397,18 @@ let err;
13981397added:
13991398 - v13.6.0
14001399 - v12.16.0
1400+ changes:
1401+ - version: REPLACEME
1402+ pr-url: https://github.com/nodejs/node/pull/38111
1403+ description: This API is no longer experimental.
14011404-->
14021405
14031406* ` string ` {string}
14041407* ` regexp ` {RegExp}
14051408* ` message ` {string|Error}
14061409
1407- > Stability: 1 - Experimental
1408-
14091410Expects the ` string ` input to match the regular expression.
14101411
1411- This feature is currently experimental and the name might change or it might be
1412- completely removed again.
1413-
14141412``` mjs
14151413import assert from ' assert/strict' ;
14161414
You can’t perform that action at this time.
0 commit comments