mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
11 lines
362 B
Text
11 lines
362 B
Text
package(default_visibility = ["//visibility:public"])
|
|
|
|
# Expose the sources in the dev-infra NPM package.
|
|
filegroup(
|
|
name = "files",
|
|
srcs = glob(["*"]) + [
|
|
"//adev/shared-docs/pipeline/api-gen/extraction:files",
|
|
"//adev/shared-docs/pipeline/api-gen/manifest:files",
|
|
"//adev/shared-docs/pipeline/api-gen/rendering:files",
|
|
],
|
|
)
|