[api-extractor] Add config options to customize the "API signature changed" notice #1207
Labels
effort: easy
Probably a quick fix. Want to contribute? :-)
enhancement
The issue is asking for a new feature or design change
When API Extractor detects that the API report file has changed, it reports a notice to the end user.
If localBuild=false, you see this warning:
If localBuild=true, you see this warning:
We should provide a way to customize this message. Currently the only way to do that is to programmatically intercept API Extractor's logging, as seen in this workaround.
The text was updated successfully, but these errors were encountered: