-
Notifications
You must be signed in to change notification settings - Fork 926
API Extractor support for Firestore Exp and Lite #4095
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
|
e109167
to
f3f24da
Compare
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.
LGTM with one question.
}, | ||
"tsdocMessageReporting": { | ||
"tsdoc-undefined-tag": { | ||
"logLevel": "none" |
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.
Do you not want to get warned about APIs that don't have documentation?
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.
This hides the warning for @hideconstructor
.
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.
FYI I rebased this now so it has (almost) no cleanup/code changes anymore.
}, | ||
"tsdocMessageReporting": { | ||
"tsdoc-undefined-tag": { | ||
"logLevel": "none" |
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.
This hides the warning for @hideconstructor
.
This builds on top of the new script to add support for API Extractor to Firestore.