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/utils/BUILD.bazel

19 lines
419 B
Python
Raw Normal View History

feat(dev-infra): create common config file loading util (#36091) Create a common config file loading utility function and the necessary util directory. This util directory can provide common utility functions for usage inside of the dev-infra package. PR Close #36091
2020-03-16 11:31:24 -07:00
load("@npm_bazel_typescript//:index.bzl", "ts_library")
ts_library(
name = "config",
srcs = [
"config.ts",
],
feat(dev-infra): create commit-message validation script/tooling (#36117) PR Close #36117
2020-03-10 10:29:44 -07:00
module_name = "@angular/dev-infra-private/utils",
feat(dev-infra): create common config file loading util (#36091) Create a common config file loading utility function and the necessary util directory. This util directory can provide common utility functions for usage inside of the dev-infra package. PR Close #36091
2020-03-16 11:31:24 -07:00
visibility = ["//dev-infra:__subpackages__"],
deps = [
"@npm//@types/json5",
"@npm//@types/node",
"@npm//@types/shelljs",
"@npm//json5",
"@npm//shelljs",
"@npm//tslib",
],
)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 108ms Template: 2ms
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