/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tools/BUILD.bazel
24 строки
534 B
Paul Gschwendtner
build: remove linker tests that are superseded by integration test
16 апр 2025, 13:17
16 апр 2025, 13:17
63e3c4a
Код
Авторство
О чём код?
load("@aspect_rules_ts//ts:defs.bzl", rules_js_tsconfig = "ts_config") package(default_visibility = ["//visibility:public"]) rules_js_tsconfig( name = "tsconfig", src = "tsconfig.json", deps = ["//:node_modules/@types/node"], ) rules_js_tsconfig( name = "tsconfig-test", src = "tsconfig-test.json", deps = [ ":tsconfig", "//:node_modules/@types/jasmine", ], ) # Detect if the build is running with stamping enabled. config_setting( name = "stamp", values = {"stamp": "true"}, )