You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
API-Documenter already custom tags via TSDoc. We need similar functionality for access modifier annotations to leverage api stripping based on our needs.
The text was updated successfully, but these errors were encountered:
Hotell
changed the title
[api-extractor]: support custom access modifiers with API stripping
[api-extractor]: support custom access modifiers for API stripping
Jul 28, 2022
Summary
API-Documenter already custom tags via TSDoc. We need similar functionality for access modifier annotations to leverage api stripping based on our needs.
Please check following RFC for more details.
In short we would like to leverage additional acces modifiers for API stripping such as:
@rc
for Release Candidate@unstable
to express@alpha
/@beta
/@rc
via one tag which is all we needTo implement this
dtsRollup
API config will need to be extended to something like following:Standard questions
Please answer these questions to help us investigate your issue more quickly:
@microsoft/api-extractor
version?node -v
)?Related issues
The text was updated successfully, but these errors were encountered: