/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tools/postcss/BUILD.bazel
14 строк
273 B
Joey Perrott
build: merge the default.bzl and default2.bzl files (#30953)
24 апр 2025, 23:55
Не верифицирован
24 апр 2025, 23:55
e500a8e
Код
Авторство
О чём код?
load("//tools:defaults.bzl", "ts_project") package(default_visibility = ["//visibility:public"]) ts_project( name = "postcss", srcs = [ "compare-nodes.ts", ], tsconfig = "//tools:tsconfig", deps = [ "//:node_modules/postcss", ], )