mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-05 21:17:25 +00:00
Add ts-no-import-ext flag (#7748)
Co-authored-by: Derek Bailey <derekbailey@google.com>
This commit is contained in:
@@ -84,6 +84,12 @@ flatc(
|
||||
schema="../optional_scalars.fbs",
|
||||
)
|
||||
|
||||
flatc(
|
||||
options=["--ts", "--reflect-names", "--gen-name-strings", "--ts-no-import-ext"],
|
||||
schema="../optional_scalars.fbs",
|
||||
prefix="no_import_ext",
|
||||
)
|
||||
|
||||
flatc(
|
||||
options=["--ts", "--reflect-names", "--gen-name-strings", "--gen-mutable", "--gen-object-api"],
|
||||
schema=[
|
||||
|
||||
Reference in New Issue
Block a user