mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-08 06:05:17 +00:00
optional scalars for ts/js (#6215)
* optional scalars for ts/js * removed range based for * removed range based for
This commit is contained in:
@@ -53,7 +53,7 @@ $TEST_NOINCL_FLAGS $TEST_CPP_FLAGS $TEST_CS_FLAGS $TEST_JS_TS_FLAGS -o namespace
|
||||
../flatc --dart monster_extra.fbs
|
||||
|
||||
# Generate optional scalar code for tests.
|
||||
../flatc --java --kotlin --rust --lobster optional_scalars.fbs
|
||||
../flatc --java --kotlin --rust --lobster --ts --js optional_scalars.fbs
|
||||
../flatc $TEST_NOINCL_FLAGS $TEST_CPP_FLAGS --cpp optional_scalars.fbs
|
||||
|
||||
# Generate the schema evolution tests
|
||||
|
||||
Reference in New Issue
Block a user