mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-18 22:48:56 +00:00
13 lines
331 B
Python
13 lines
331 B
Python
load("//:typescript.bzl", "flatbuffer_ts_library")
|
|
|
|
package(default_visibility = ["//visibility:private"])
|
|
|
|
flatbuffer_ts_library(
|
|
name = "typescript_ts_fbs",
|
|
srcs = ["typescript_keywords.fbs"],
|
|
deps = [
|
|
"//tests/ts/test_dir:include_ts_fbs",
|
|
"//tests/ts/test_dir:typescript_transitive_ts_fbs",
|
|
],
|
|
)
|