/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/cdk/testing/private/BUILD.bazel
20 строк
471 B
Joey Perrott
build: enable strict deps enforcement for ts_project (#31780)
25 сен 2025, 02:49
Не верифицирован
25 сен 2025, 02:49
5373ced
Код
Авторство
О чём код?
load("//tools:defaults.bzl", "ts_project") package(default_visibility = ["//visibility:public"]) ts_project( name = "private", testonly = True, srcs = glob( ["**/*.ts"], exclude = ["**/*.spec.ts"], ), deps = [ "//:node_modules/@angular/core", "//:node_modules/@types/jasmine", "//:node_modules/axe-core", "//:node_modules/rxjs", "//src/cdk/bidi", "//src/cdk/testing/testbed", ], )