mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Switches our TS API guardian targets to rather use the new tool from dev-infra that relies on Microsoft's API extractor. PR Close #42688
12 lines
216 B
Text
12 lines
216 B
Text
package(default_visibility = ["//visibility:public"])
|
|
|
|
exports_files([
|
|
"size-tracking/integration-payloads.json",
|
|
])
|
|
|
|
filegroup(
|
|
name = "public-api",
|
|
srcs = glob([
|
|
"public-api/**/*.md",
|
|
]),
|
|
)
|