[api-extractor] Feature Request: Include additional tags in API reports #4988
Labels
effort: easy
Probably a quick fix. Want to contribute? :-)
enhancement
The issue is asking for a new feature or design change
API-Extractor automatically includes release tags and a few other selected tags (e.g.,
@sealed
) on API members in the API reports it generates. We would like to be able to configure this to include additional tags, including custom TSDoc tags.Ideally, we could specify something like:
And the generated report would list those tags above any API member in the report whose TSDoc comment contains those tags.
For now, our immediate need would be met with just
modifier
tags, but I could also see use in reporting other TSDoc tag kinds, so restricting this feature to only modifier tags probably doesn't make sense.The text was updated successfully, but these errors were encountered: