Open justinfagnani opened 4 years ago
If you run the CLI with the visibility
flag you can emit private or protected members as well:
wca --visibility protected
The same goes for the transformAnalyzerResult
function:
transformAnalyzerResult("markdown", results, program, {visibility: "protected"})
For subclassing developers will need to see the protected fields they can access.