-
-
Notifications
You must be signed in to change notification settings - Fork 748
Closed
Closed
Copy link
Labels
good first issueEasier issue for first time contributorsEasier issue for first time contributorshelp wantedContributions are especially encouragedContributions are especially encouraged
Description
Search Terms
private in:title
Problem
A class field declared as private via typescript access modifier is still overridable by subclasses (including external downstream ones), so one may want to document it to announce its existence and warn that it should not be overridden. A javascript #private class field doesn't share this problem, so excluding it from documentation entirely can still make sense.
Suggested Solution
An excludePrivateClassFields or similarly-named option that defaults to the value of excludePrivate, or excludePrivate additionally accepting something like a #privateOnly value
Related
Metadata
Metadata
Assignees
Labels
good first issueEasier issue for first time contributorsEasier issue for first time contributorshelp wantedContributions are especially encouragedContributions are especially encouraged