@@ -2829,25 +2829,6 @@ An unspecified or non-specific system error has occurred within the Node.js
2829
2829
process. The error object will have an ` err.info ` object property with
2830
2830
additional details.
2831
2831
2832
- <a id =" ERR_TAP_LEXER_ERROR " ></a >
2833
-
2834
- ### ` ERR_TAP_LEXER_ERROR `
2835
-
2836
- An error representing a failing lexer state.
2837
-
2838
- <a id =" ERR_TAP_PARSER_ERROR " ></a >
2839
-
2840
- ### ` ERR_TAP_PARSER_ERROR `
2841
-
2842
- An error representing a failing parser state. Additional information about
2843
- the token causing the error is available via the ` cause ` property.
2844
-
2845
- <a id =" ERR_TAP_VALIDATION_ERROR " ></a >
2846
-
2847
- ### ` ERR_TAP_VALIDATION_ERROR `
2848
-
2849
- This error represents a failed TAP validation.
2850
-
2851
2832
<a id =" ERR_TEST_FAILURE " ></a >
2852
2833
2853
2834
### ` ERR_TEST_FAILURE `
@@ -3883,6 +3864,25 @@ removed: v10.0.0
3883
3864
Used when an attempt is made to use a readable stream that has not implemented
3884
3865
[ ` readable._read() ` ] [ ] .
3885
3866
3867
+ <a id =" ERR_TAP_LEXER_ERROR " ></a >
3868
+
3869
+ ### ` ERR_TAP_LEXER_ERROR `
3870
+
3871
+ An error representing a failing lexer state.
3872
+
3873
+ <a id =" ERR_TAP_PARSER_ERROR " ></a >
3874
+
3875
+ ### ` ERR_TAP_PARSER_ERROR `
3876
+
3877
+ An error representing a failing parser state. Additional information about
3878
+ the token causing the error is available via the ` cause ` property.
3879
+
3880
+ <a id =" ERR_TAP_VALIDATION_ERROR " ></a >
3881
+
3882
+ ### ` ERR_TAP_VALIDATION_ERROR `
3883
+
3884
+ This error represents a failed TAP validation.
3885
+
3886
3886
<a id =" ERR_TLS_RENEGOTIATION_FAILED " ></a >
3887
3887
3888
3888
### ` ERR_TLS_RENEGOTIATION_FAILED `
0 commit comments