mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
aa0c46f4f3
Migrates `packages/compiler` to `ts_project`.
13 lines
258 B
Python
13 lines
258 B
Python
load("//tools:defaults2.bzl", "ts_project")
|
|
|
|
ts_project(
|
|
name = "util",
|
|
testonly = True,
|
|
srcs = glob(["**/*.ts"]),
|
|
interop_deps = [
|
|
"//packages:types",
|
|
"//packages/compiler",
|
|
],
|
|
visibility = ["//visibility:public"],
|
|
)
|