| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 513ab0e commit 7d0970c
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2083,11 +2083,6 @@ import 'package-name'; // supported | |||
| 2083 | 2083 | ||
| 2084 | 2084 | `import` with URL schemes other than `file` and `data` is unsupported. | |
| 2085 | 2085 | ||
| 2086 | - <a id="ERR_V8BREAKITERATOR"></a> | ||
| 2087 | - ### `ERR_V8BREAKITERATOR` | ||
| 2088 | - | ||
| 2089 | - The V8 `BreakIterator` API was used but the full ICU data set is not installed. | ||
| 2090 | - | ||
| 2091 | 2086 | <a id="ERR_VALID_PERFORMANCE_ENTRY_TYPE"></a> | |
| 2092 | 2087 | ### `ERR_VALID_PERFORMANCE_ENTRY_TYPE` | |
| 2093 | 2088 | ||
@@ -2480,6 +2475,11 @@ An attempt was made to launch a Node.js process with an unknown `stdout` or | |||
| 2480 | 2475 | `stderr` file type. This error is usually an indication of a bug within Node.js | |
| 2481 | 2476 | itself, although it is possible for user code to trigger it. | |
| 2482 | 2477 | ||
| 2478 | + <a id="ERR_V8BREAKITERATOR"></a> | ||
| 2479 | + ### `ERR_V8BREAKITERATOR` | ||
| 2480 | + | ||
| 2481 | + The V8 `BreakIterator` API was used but the full ICU data set is not installed. | ||
| 2482 | + | ||
| 2483 | 2483 | <a id="ERR_VALUE_OUT_OF_RANGE"></a> | |
| 2484 | 2484 | ### `ERR_VALUE_OUT_OF_RANGE` | |
| 2485 | 2485 | <!-- YAML | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1413,10 +1413,6 @@ E('ERR_UNSUPPORTED_DIR_IMPORT', "Directory import '%s' is not supported " + | |||
| 1413 | 1413 | E('ERR_UNSUPPORTED_ESM_URL_SCHEME', 'Only file and data URLs are supported ' + | |
| 1414 | 1414 | 'by the default ESM loader', Error); | |
| 1415 | 1415 | ||
| 1416 | - E('ERR_V8BREAKITERATOR', | ||
| 1417 | - 'Full ICU data not installed. See https://github.com/nodejs/node/wiki/Intl', | ||
| 1418 | - Error); | ||
| 1419 | - | ||
| 1420 | 1416 | // This should probably be a `TypeError`. | |
| 1421 | 1417 | E('ERR_VALID_PERFORMANCE_ENTRY_TYPE', | |
| 1422 | 1418 | 'At least one valid performance entry type is required', Error); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments