blob: a9486510d13ca01fb9fc9ffe97824217fa13d55f [file] [log] [blame]
load("//infra-sk:index.bzl", "ts_library")
ts_library(
name = "plot-builder_ts_lib",
srcs = ["plot-builder.ts"],
visibility = ["//visibility:public"],
deps = [
"//:node_modules/@types/google.visualization", # keep
"//perf/modules/const:const_ts_lib",
"//perf/modules/json:index_ts_lib",
],
)
ts_library(
name = "plot-util_ts_lib",
srcs = ["plot-util.ts"],
visibility = ["//visibility:public"],
deps = [
":plot-builder_ts_lib",
"//perf/modules/const:const_ts_lib",
"//perf/modules/json:index_ts_lib",
"//perf/modules/plot-simple-sk",
],
)
ts_library(
name = "test-util_ts_lib",
srcs = ["test-util.ts"],
visibility = ["//visibility:public"],
deps = [
"//:node_modules/fetch-mock",
"//infra-sk/modules/json:index_ts_lib",
"//perf/modules/json:index_ts_lib",
],
)