-
Notifications
You must be signed in to change notification settings - Fork 604
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
[api-extractor] Support @throws
tag
#1631
Comments
It's pretty easy. :-) I think the implementation would be similar to Would you be interested to implement it? |
Yes, but I would need to some guidance:
|
Yup
The intended Note that the class name is (optionally) specified as a The code that renders If you need to visualize the AST, use this tool: https://microsoft.github.io/tsdoc/ Instructions for debugging API Extractor are here: https://api-extractor.com/pages/contributing/building/ For testing your change, use this project: https://github.com/microsoft/rushstack/tree/master/build-tests/api-documenter-test |
So, as far as I am reading you:
Correct? |
Yup! |
Is this a feature or a bug?
Tsdoc supports
@throws
(microsoft/tsdoc#175), but api-extractor still does not support it:rushstack/apps/api-extractor-model/src/aedoc/AedocDefinitions.ts
Lines 39 to 60 in e5bccec
I have no idea how much work it would be to add this, but it would be useful to have 😃
The text was updated successfully, but these errors were encountered: