Zack Elliott
Zack Elliott
## Summary Fixes https://github.com/microsoft/rushstack/issues/3513. ## Details * Adds `apiReport.includeForgottenExports` and `docModel.includeForgottenExports` configs to `api-extractor.json` that control whether forgotten exports are included in the API report and doc model files, respectively....
## Summary This was an existing bug that was originally found when working on https://github.com/microsoft/rushstack/pull/3469 and pulled out into its own fix PR. See this thread: https://github.com/microsoft/rushstack/pull/3469#discussion_r923930778. ## Details No...
## Summary The purpose of this issue is to kick off a discussion for how API Extractor can provide better support for handling unexported base classes. Consider the following scenario:...
## Summary Fixes https://github.com/microsoft/rushstack/issues/895. This PR adds a new `sourceFile` property to certain API items that tracks the source file where that item was declared. This allows an API reference...
## Summary This PR improves API Extractor's ability to handle `export =` patterns. Ideally I would say _"this PR allows API Extractor to support all kinds of `export =` patterns"_,...
### Motivation I work on an app that renders highly visible focus indicators on keyboard input modality and subtle/no focus indicators on all other input modalities. We accomplish this today...