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

16 lines
366 B
Python
Raw Normal View History

build: update to rules_nodejs v4.0.0-beta.0 (#42760) Updates the Bazel NodeJS rules to v4.0.0-beta.0. This is necessary so that the Angular components repo can update, and it's generally good to stay as up-to-date as possible with the Bazel rules as it's easy to fall behind, and updating early allows us to discover issues affecting our tooling earlier (where they are easier to address due to e.g. potential breaking change policy). PR Close #42760
2021-07-06 15:45:55 +02:00
load("//dev-infra:defaults.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"]),
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: 180ms Template: 6ms
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