-
Notifications
You must be signed in to change notification settings - Fork 69
feat(docs): add api-extractor config #300
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #300 +/- ##
==========================================
+ Coverage 85.24% 85.44% +0.19%
==========================================
Files 222 222
Lines 36898 36926 +28
Branches 4438 4462 +24
==========================================
+ Hits 31455 31552 +97
+ Misses 5348 5277 -71
- Partials 95 97 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How/where are you planning to run API Extractor? I'd expect the script and the config to live side-by-side (unless there's a very good reason not to).
Also, if it must live here: I think I'd prefer all of our JSON files that are actually config to go through projen. So create a new projen.JsonFile in .projenrc.ts and put the config there I think.
Fixes #296 This change is to fix URLs that return 404 errors. --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license
…g does not find a specific count of resources (#251) Fixes #257 As described in the issue, `CcApiContextProviderPlugin` should have the way to ensure the result has exact one resource. This PR adds the `expectedMatchCount` option to restrict the length of results in `listResources()`. Unit tests are added and modified ensure the changes. --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license --------- Co-authored-by: Rico Huijbers <[email protected]>
api-extractor doc generation and upload
Pull request was closed
Allows us to invoke
api-extractorto get an outputted JSON file produced from source code and TSDocs.Ref: https://api-extractor.com/pages/setup/invoking/#4-running-the-tool
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license