Sign in
pigweed
/
third_party
/
github
/
google
/
flatbuffers
/
refs/heads/upstream/ts-js-up-deps
/
.
/
goldens
/
dart
/
generate.py
blob: a92070c26534bd882d3c1da540b42e52f3132e19 [
file
] [
log
] [
blame
] [
edit
]
from
golden_utils
import
flatc_golden
def
flatc
(
options
,
schema
):
# Wrap the golden flatc generator with Dart specifics
flatc_golden
(
options
=[
"--dart"
]
+
options
,
schema
=
schema
,
prefix
=
"dart"
)
def
GenerateDart
():
flatc
([],
"basic.fbs"
)