@@ -2816,25 +2816,6 @@ An unspecified or non-specific system error has occurred within the Node.js
2816
2816
process. The error object will have an ` err.info ` object property with
2817
2817
additional details.
2818
2818
2819
- <a id =" ERR_TAP_LEXER_ERROR " ></a >
2820
-
2821
- ### ` ERR_TAP_LEXER_ERROR `
2822
-
2823
- An error representing a failing lexer state.
2824
-
2825
- <a id =" ERR_TAP_PARSER_ERROR " ></a >
2826
-
2827
- ### ` ERR_TAP_PARSER_ERROR `
2828
-
2829
- An error representing a failing parser state. Additional information about
2830
- the token causing the error is available via the ` cause ` property.
2831
-
2832
- <a id =" ERR_TAP_VALIDATION_ERROR " ></a >
2833
-
2834
- ### ` ERR_TAP_VALIDATION_ERROR `
2835
-
2836
- This error represents a failed TAP validation.
2837
-
2838
2819
<a id =" ERR_TEST_FAILURE " ></a >
2839
2820
2840
2821
### ` ERR_TEST_FAILURE `
@@ -3847,6 +3828,25 @@ removed: v10.0.0
3847
3828
Used when an attempt is made to use a readable stream that has not implemented
3848
3829
[ ` readable._read() ` ] [ ] .
3849
3830
3831
+ <a id =" ERR_TAP_LEXER_ERROR " ></a >
3832
+
3833
+ ### ` ERR_TAP_LEXER_ERROR `
3834
+
3835
+ An error representing a failing lexer state.
3836
+
3837
+ <a id =" ERR_TAP_PARSER_ERROR " ></a >
3838
+
3839
+ ### ` ERR_TAP_PARSER_ERROR `
3840
+
3841
+ An error representing a failing parser state. Additional information about
3842
+ the token causing the error is available via the ` cause ` property.
3843
+
3844
+ <a id =" ERR_TAP_VALIDATION_ERROR " ></a >
3845
+
3846
+ ### ` ERR_TAP_VALIDATION_ERROR `
3847
+
3848
+ This error represents a failed TAP validation.
3849
+
3850
3850
<a id =" ERR_TLS_RENEGOTIATION_FAILED " ></a >
3851
3851
3852
3852
### ` ERR_TLS_RENEGOTIATION_FAILED `
0 commit comments