mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
37092d00b7
This reverts commit 05938c1054.
15 lines
357 B
Python
15 lines
357 B
Python
load("//tools:defaults.bzl", "ts_project")
|
|
|
|
ts_project(
|
|
name = "helpers",
|
|
testonly = True,
|
|
srcs = glob(
|
|
["**/*.ts"],
|
|
),
|
|
visibility = ["//packages/localize/tools/test:__subpackages__"],
|
|
deps = [
|
|
"//packages/compiler-cli/src/ngtsc/file_system",
|
|
"//packages/compiler-cli/src/ngtsc/file_system/testing",
|
|
],
|
|
)
|