-
Notifications
You must be signed in to change notification settings - Fork 29.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc,tool: parse standard error types automatically? #5325
Labels
doc
Issues and PRs related to the documentations.
feature request
Issues that request new features to be added to Node.js.
Comments
mscdex
added
doc
Issues and PRs related to the documentations.
feature request
Issues that request new features to be added to Node.js.
labels
Feb 19, 2016
Sounds good to me. @estliberitas want to make a PR? |
Yep, will do. |
joelostrowski
pushed a commit
to joelostrowski/node
that referenced
this issue
Apr 25, 2016
Also add `EvalError`, `RangeError`, `ReferenceError`, `SyntaxError`, `TypeError`, `URIError` to list of global types. Fix errors.markdown copy accordingly. Fixes: nodejs#5325. PR-URL: nodejs#5329 Reviewed-By: James M Snell <jasnell@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
doc
Issues and PRs related to the documentations.
feature request
Issues that request new features to be added to Node.js.
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.The text was updated successfully, but these errors were encountered: