@@ -2786,25 +2786,6 @@ An unspecified or non-specific system error has occurred within the Node.js
27862786process. The error object will have an ` err.info ` object property with
27872787additional details.
27882788
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-
28082789<a id =" ERR_TEST_FAILURE " ></a >
28092790
28102791### ` ERR_TEST_FAILURE `
@@ -3608,6 +3589,25 @@ removed: v10.0.0
36083589Used when an attempt is made to use a readable stream that has not implemented
36093590[ ` readable._read() ` ] [ ] .
36103591
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+
36113611<a id =" ERR_TLS_RENEGOTIATION_FAILED " ></a >
36123612
36133613### ` ERR_TLS_RENEGOTIATION_FAILED `
0 commit comments