Logo
Explore Help
Sign In
honeymoose/angular-cn
1
0
Fork 0
You've already forked angular-cn
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
angular-cn/dev-infra/ts-circular-dependencies/BUILD.bazel

17 lines
448 B
Python
Raw Normal View History

Revert "build: upgrade angular build, integration/bazel and @angular/bazel package to rule_nodejs 2.2.0 (#37727)" (#39097) This reverts commit db56cf18ba52e32c9481deb86e2c39262a2e7db6. PR Close #39097
2020-10-02 10:50:38 -07:00
load("@npm_bazel_typescript//:index.bzl", "ts_library")
refactor: move ts-circular-dependencies tool to dev-infra (#35647) PR Close #35647
2020-03-17 12:57:28 +01:00
ts_library(
name = "ts-circular-dependencies",
srcs = glob(["*.ts"]),
module_name = "@angular/dev-infra-private/ts-circular-dependencies",
visibility = ["//dev-infra:__subpackages__"],
deps = [
feat(dev-infra): create format tool in @angular/dev-infra-private (#36726) Previously we used gulp to run our formatter, currently clang-format, across our repository. This new tool within ng-dev allows us to migrate away from our gulp based solution as our gulp solution had issue with memory pressure and would cause OOM errors with too large of change sets. PR Close #36726
2020-04-20 13:00:10 -07:00
"//dev-infra/utils",
refactor: move ts-circular-dependencies tool to dev-infra (#35647) PR Close #35647
2020-03-17 12:57:28 +01:00
"@npm//@types/glob",
"@npm//@types/node",
"@npm//@types/yargs",
"@npm//chalk",
"@npm//typescript",
],
)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 149ms Template: 7ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API