Sign in
pigweed
/
third_party
/
github
/
google
/
flatbuffers
/
d71c0ab4accd2718e415d9b8e674a5a7b06adb19
/
.
/
goldens
/
ts
/
generate.py
blob: 64106388a7f97c7a7172868d1e17a82dc5463b62 [
file
]
from
golden_utils
import
flatc_golden
def
flatc
(
options
,
schema
):
# Wrap the golden flatc generator with Swift specifics
flatc_golden
(
options
=[
"--ts"
]
+
options
,
schema
=
schema
,
prefix
=
"ts"
)
def
GenerateTs
():
flatc
([],
"basic.fbs"
)