Sign in
pigweed
/
third_party
/
github
/
google
/
flatbuffers
/
refs/heads/upstream/master
/
.
/
reflection
/
ts
/
BUILD.bazel
blob: ca9701d2a14a664b2974ee74fa243654ebae9f2b [
file
] [
log
] [
blame
] [
edit
]
load
(
"//:typescript.bzl"
,
"flatbuffer_ts_library"
)
flatbuffer_ts_library
(
name
=
"reflection_ts_fbs"
,
srcs
=
[
"//reflection:reflection.fbs"
],
gen_reflections
=
True
,
visibility
=
[
"//visibility:public"
],
)