mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Rename bazel workspace from npm_dev_infra to npm_angular_dev_infra_private to make it clear that this package is private to angular. Change driver-utilities module_name to match the new bazel workspace name. Correct a comment by rewording it from "deployed version" to "published version". Fix merge conflicts in tmpl-package.json Make "//packages/bazel/src:esm5.bzl" replacement more generalized so that importing from "//packages/bazel" works. Deleted "dev_infra/*" path from modules/benchmarks tsconfig. Moved //dev-infra/benchmark/browsers to //dev-infra/browsers. PR Close #36800
12 lines
384 B
Text
12 lines
384 B
Text
package(default_visibility = ["//visibility:public"])
|
|
|
|
# Make source files available for distribution via pkg_npm
|
|
filegroup(
|
|
name = "files",
|
|
srcs = glob(["*"]) + [
|
|
"//dev-infra/benchmark/brotli-cli:files",
|
|
"//dev-infra/browsers:files",
|
|
"//dev-infra/benchmark/component_benchmark:files",
|
|
"//dev-infra/benchmark/ng_rollup_bundle:files",
|
|
],
|
|
)
|