/
githubmirror
/
angular-cli
Обзор
Документация
Войти
/
githubmirror
/
angular-cli
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/angular_devkit/schematics/tools/file-system-engine-host/BUILD.bazel
29 строк
712 B
MeAkib
refactor: update copyright from Google Inc to Google LLC
13 янв 2026, 20:58
13 янв 2026, 20:58
712f508
Код
Авторство
О чём код?
load("//tools:defaults.bzl", "ts_project") # Copyright Google LLC. All Rights Reserved. # # Use of this source code is governed by an MIT-style license that can be # found in the LICENSE file at https://angular.dev/license package(default_visibility = ["//visibility:public"]) licenses(["notice"]) ts_project( name = "file_system_engine_host_test_lib", srcs = glob( include = [ "**/*.ts", ], ), data = glob( include = [ "**/collection.json", "**/*.js", ], ), deps = [ "//:node_modules/@types/jasmine", "//:node_modules/@types/node", "//tests:node_modules/@angular-devkit/schematics", ], )