@@ -2809,25 +2809,6 @@ An unspecified or non-specific system error has occurred within the Node.js
28092809process. The error object will have an ` err.info ` object property with
28102810additional details.
28112811
2812- <a id =" ERR_TAP_LEXER_ERROR " ></a >
2813-
2814- ### ` ERR_TAP_LEXER_ERROR `
2815-
2816- An error representing a failing lexer state.
2817-
2818- <a id =" ERR_TAP_PARSER_ERROR " ></a >
2819-
2820- ### ` ERR_TAP_PARSER_ERROR `
2821-
2822- An error representing a failing parser state. Additional information about
2823- the token causing the error is available via the ` cause ` property.
2824-
2825- <a id =" ERR_TAP_VALIDATION_ERROR " ></a >
2826-
2827- ### ` ERR_TAP_VALIDATION_ERROR `
2828-
2829- This error represents a failed TAP validation.
2830-
28312812<a id =" ERR_TEST_FAILURE " ></a >
28322813
28332814### ` ERR_TEST_FAILURE `
@@ -3863,6 +3844,25 @@ removed: v10.0.0
38633844Used when an attempt is made to use a readable stream that has not implemented
38643845[ ` readable._read() ` ] [ ] .
38653846
3847+ <a id =" ERR_TAP_LEXER_ERROR " ></a >
3848+
3849+ ### ` ERR_TAP_LEXER_ERROR `
3850+
3851+ An error representing a failing lexer state.
3852+
3853+ <a id =" ERR_TAP_PARSER_ERROR " ></a >
3854+
3855+ ### ` ERR_TAP_PARSER_ERROR `
3856+
3857+ An error representing a failing parser state. Additional information about
3858+ the token causing the error is available via the ` cause ` property.
3859+
3860+ <a id =" ERR_TAP_VALIDATION_ERROR " ></a >
3861+
3862+ ### ` ERR_TAP_VALIDATION_ERROR `
3863+
3864+ This error represents a failed TAP validation.
3865+
38663866<a id =" ERR_TLS_RENEGOTIATION_FAILED " ></a >
38673867
38683868### ` ERR_TLS_RENEGOTIATION_FAILED `
0 commit comments