| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent bc531d1 commit 944a956
1 file 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 | |||
| 876 | 876 | added: | |
| 877 | 877 | - v13.6.0 | |
| 878 | 878 | - 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. | ||
| 879 | 883 | --> | |
| 880 | 884 | ||
| 881 | 885 | * `string` {string} | |
| 882 | 886 | * `regexp` {RegExp} | |
| 883 | 887 | * `message` {string|Error} | |
| 884 | 888 | ||
| 885 | - > Stability: 1 - Experimental | ||
| 886 | - | ||
| 887 | 889 | Expects the `string` input not to match the regular expression. | |
| 888 | 890 | ||
| 889 | - This feature is currently experimental and the name might change or it might be | ||
| 890 | - completely removed again. | ||
| 891 | - | ||
| 892 | 891 | ```mjs | |
| 893 | 892 | import assert from 'assert/strict'; | |
| 894 | 893 | ||
@@ -1398,19 +1397,18 @@ let err; | |||
| 1398 | 1397 | added: | |
| 1399 | 1398 | - v13.6.0 | |
| 1400 | 1399 | - 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. | ||
| 1401 | 1404 | --> | |
| 1402 | 1405 | ||
| 1403 | 1406 | * `string` {string} | |
| 1404 | 1407 | * `regexp` {RegExp} | |
| 1405 | 1408 | * `message` {string|Error} | |
| 1406 | 1409 | ||
| 1407 | - > Stability: 1 - Experimental | ||
| 1408 | - | ||
| 1409 | 1410 | Expects the `string` input to match the regular expression. | |
| 1410 | 1411 | ||
| 1411 | - This feature is currently experimental and the name might change or it might be | ||
| 1412 | - completely removed again. | ||
| 1413 | - | ||
| 1414 | 1412 | ```mjs | |
| 1415 | 1413 | import assert from 'assert/strict'; | |
| 1416 | 1414 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments