blob: 7948e12b150b45489ff1fdb6e8eddaadbfc7ce91 [file] [log] [blame]
James Kuszmaul8e62b022022-03-22 09:33:25 -07001load("//:build_defs.bzl", "flatbuffer_ts_library")
2
3filegroup(
4 name = "reflection_fbs_schema",
5 srcs = ["reflection.fbs"],
6 visibility = ["//visibility:public"],
7)
8
9flatbuffer_ts_library(
10 name = "reflection_ts_fbs",
11 srcs = ["reflection.fbs"],
12 include_reflection = False,
13 visibility = ["//visibility:public"],
14)