refactor: move ts-circular-dependencies tool to dev-infra (#35647)
PR Close #35647
This commit is contained in:

committed by
Andrew Kushnir

parent
9ea53803f7
commit
7aab399c84
16
dev-infra/ts-circular-dependencies/BUILD.bazel
Normal file
16
dev-infra/ts-circular-dependencies/BUILD.bazel
Normal file
@ -0,0 +1,16 @@
|
||||
load("@npm_bazel_typescript//:index.bzl", "ts_library")
|
||||
|
||||
ts_library(
|
||||
name = "ts-circular-dependencies",
|
||||
srcs = glob(["*.ts"]),
|
||||
module_name = "@angular/dev-infra-private/ts-circular-dependencies",
|
||||
visibility = ["//dev-infra:__subpackages__"],
|
||||
deps = [
|
||||
"@npm//@types/glob",
|
||||
"@npm//@types/node",
|
||||
"@npm//@types/yargs",
|
||||
"@npm//chalk",
|
||||
"@npm//tslib",
|
||||
"@npm//typescript",
|
||||
],
|
||||
)
|
Reference in New Issue
Block a user