blob: 64106388a7f97c7a7172868d1e17a82dc5463b62 [file] [log] [blame] [edit]
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")