mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
46674d5fac
PR Close #23546
16 lines
267 B
Python
16 lines
267 B
Python
load("//tools:defaults.bzl", "ts_library")
|
|
|
|
ts_library(
|
|
name = "utils",
|
|
testonly = 1,
|
|
srcs = glob(
|
|
["*.ts"],
|
|
),
|
|
visibility = [
|
|
"//packages/compiler/test:__subpackages__",
|
|
],
|
|
deps = [
|
|
"//packages/compiler",
|
|
],
|
|
)
|