-
Notifications
You must be signed in to change notification settings - Fork 281
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add @microsoft/api-extractor to detect public API changes (#1962)
* add @microsoft/api-extractor to botbuilder-core * add api-extractor to libraries * run api-extractor on all libs except for: * botframework-connector * adaptive-expressions (in preview) * botbuilder-lg (in preview) * support friendlier jsonc render on GitHub * bump @microsoft/api-extractor to ^7.7.12 b/c microsoft/rushstack/issues/1095 * regenerate bf-schema.api.md after master merge * add codeowners, regen core & dialogs api.md * regenerate botbuilder.api.md after merging master
- Loading branch information
Showing
41 changed files
with
8,589 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
# .gitattributes in project root | ||
package.json text eol=lf | ||
package-lock.json text eol=lf | ||
package-lock.json text eol=lf | ||
|
||
# Rush's JSON config files use JavaScript-style code comments. The rule below prevents pedantic | ||
# syntax highlighters such as GitHub's from highlighting these comments as errors. Your text editor | ||
# may also require a special configuration to allow comments in JSON. | ||
# | ||
# For more information, see this issue: https://github.com/microsoft/rushstack/issues/1088 | ||
# | ||
*.json linguist-language=JSON-with-Comments |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# For all public API changes | ||
/libraries/*/etc/* @benbrown @stevengum @stevenic | ||
|
||
# For maintenance of shipped packages dependencies and devDependencies | ||
# Codeowners should use tools such as https://bundlephobia.com/ | ||
/libraries/*/package.json @benbrown @stevengum @stevenic |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.