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

19 lines
291 B
Python
Raw Normal View History

build: upgrade bazel rules to latest (#20768) Add enough BUILD files to make it possible to `bazel build packages/core/test` Also re-format BUILD.bazel files with Buildifier. Add a CI lint check that they stay formatted. PR Close #20768
2017-12-06 06:56:49 -08:00
package(default_visibility = ["//visibility:public"])
exports_files([
"tsconfig-build.json",
"tsconfig.json",
])
build: move repeated tsconfig attributes to a macro (#20964) This helps ensure we use the same tsconfig.json file for all compilations. Next steps are to make it the same tsconfig.json file used by the editor PR Close #20964
2018-01-09 15:24:00 -08:00
load("//tools:defaults.bzl", "ts_library")
build: upgrade bazel rules to latest (#20768) Add enough BUILD files to make it possible to `bazel build packages/core/test` Also re-format BUILD.bazel files with Buildifier. Add a CI lint check that they stay formatted. PR Close #20768
2017-12-06 06:56:49 -08:00
ts_library(
name = "types",
srcs = glob(["*.ts"]),
)
feat(bazel): introduce a binary stamping feature (#22176) This grabs version control metadata and makes it available in the build, eg. to put in the version field for released artifacts PR Close #22176
2018-02-13 08:20:35 -08:00
exports_files([
"license-banner.txt",
"README.md",
])
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 127ms 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