Austin Schuh | 2dd86a9 | 2022-09-14 21:19:23 -0700 | [diff] [blame] | 1 | load("//:typescript.bzl", "flatbuffer_ts_library") |
2 | |||||
3 | package(default_visibility = ["//visibility:private"]) | ||||
4 | |||||
5 | flatbuffer_ts_library( | ||||
6 | name = "typescript_ts_fbs", | ||||
7 | srcs = ["typescript_keywords.fbs"], | ||||
8 | deps = [ | ||||
9 | "//tests/ts/test_dir:include_ts_fbs", | ||||
10 | "//tests/ts/test_dir:typescript_transitive_ts_fbs", | ||||
11 | ], | ||||
12 | ) |