angular/packages/compiler/test/ml_parser/util/BUILD.bazel
Joey Perrott cbc258eec8 build: remove ts_project_interop infrastructure (#62908)
Remove the interop macros and final usages

PR Close #62908
2025-07-31 09:12:58 +00:00

12 lines
250 B
Text

load("//tools:defaults2.bzl", "ts_project")
ts_project(
name = "util",
testonly = True,
srcs = glob(["**/*.ts"]),
visibility = ["//visibility:public"],
deps = [
"//packages:types",
"//packages/compiler",
],
)