@@ -2786,25 +2786,6 @@ An unspecified or non-specific system error has occurred within the Node.js
2786
2786
process. The error object will have an ` err.info ` object property with
2787
2787
additional details.
2788
2788
2789
- <a id =" ERR_TAP_LEXER_ERROR " ></a >
2790
-
2791
- ### ` ERR_TAP_LEXER_ERROR `
2792
-
2793
- An error representing a failing lexer state.
2794
-
2795
- <a id =" ERR_TAP_PARSER_ERROR " ></a >
2796
-
2797
- ### ` ERR_TAP_PARSER_ERROR `
2798
-
2799
- An error representing a failing parser state. Additional information about
2800
- the token causing the error is available via the ` cause ` property.
2801
-
2802
- <a id =" ERR_TAP_VALIDATION_ERROR " ></a >
2803
-
2804
- ### ` ERR_TAP_VALIDATION_ERROR `
2805
-
2806
- This error represents a failed TAP validation.
2807
-
2808
2789
<a id =" ERR_TEST_FAILURE " ></a >
2809
2790
2810
2791
### ` ERR_TEST_FAILURE `
@@ -3608,6 +3589,25 @@ removed: v10.0.0
3608
3589
Used when an attempt is made to use a readable stream that has not implemented
3609
3590
[ ` readable._read() ` ] [ ] .
3610
3591
3592
+ <a id =" ERR_TAP_LEXER_ERROR " ></a >
3593
+
3594
+ ### ` ERR_TAP_LEXER_ERROR `
3595
+
3596
+ An error representing a failing lexer state.
3597
+
3598
+ <a id =" ERR_TAP_PARSER_ERROR " ></a >
3599
+
3600
+ ### ` ERR_TAP_PARSER_ERROR `
3601
+
3602
+ An error representing a failing parser state. Additional information about
3603
+ the token causing the error is available via the ` cause ` property.
3604
+
3605
+ <a id =" ERR_TAP_VALIDATION_ERROR " ></a >
3606
+
3607
+ ### ` ERR_TAP_VALIDATION_ERROR `
3608
+
3609
+ This error represents a failed TAP validation.
3610
+
3611
3611
<a id =" ERR_TLS_RENEGOTIATION_FAILED " ></a >
3612
3612
3613
3613
### ` ERR_TLS_RENEGOTIATION_FAILED `
0 commit comments