diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/flatbuffers/idl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/flatbuffers/idl.h b/include/flatbuffers/idl.h index 3c318817..cfd8d039 100644 --- a/include/flatbuffers/idl.h +++ b/include/flatbuffers/idl.h @@ -425,6 +425,7 @@ struct IDLOptions { std::string go_import; std::string go_namespace; bool reexport_ts_modules; + bool js_ts_short_names; bool protobuf_ascii_alike; bool size_prefixed; std::string root_type; @@ -496,6 +497,7 @@ struct IDLOptions { binary_schema_builtins(false), skip_flatbuffers_import(false), reexport_ts_modules(true), + js_ts_short_names(false), protobuf_ascii_alike(false), size_prefixed(false), force_defaults(false), |