Add ts-no-import-ext flag (#7748)

Co-authored-by: Derek Bailey <derekbailey@google.com>
This commit is contained in:
Chris
2023-01-07 13:42:28 -08:00
committed by GitHub
parent b5802b57f2
commit c2668fc0e2
13 changed files with 812 additions and 5 deletions

View File

@@ -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=[