-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
Closed
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.
Description
Hi guys. I decided to move discussion here from #5322.
Currently errors.markdown has some unresolved links to standard errors description on MDN. Below there is a list of described errors:
EvalError
RangeError
ReferenceError
SyntaxError
TypeError
URIError
And also doc tool has type parser with list of global types.
Maybe add these errors to global types list, so it would be possible just use {SyntaxError}
? Also this would save some bytes.
Metadata
Metadata
Assignees
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.