mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 04:04:19 +00:00
Partial support for --ts-flat-files and --gen-all (#7446)
* Partial support for --ts-flat-files and --gen-all * Add generated code changes * remove some debugging code left over * missed grpc files
This commit is contained in:
@@ -643,10 +643,6 @@ int FlatCompiler::Compile(int argc, const char **argv) {
|
||||
"well.");
|
||||
}
|
||||
|
||||
if (opts.ts_flat_file && opts.generate_all) {
|
||||
Error("Combining --ts-flat-file and --gen-all is not supported.");
|
||||
}
|
||||
|
||||
flatbuffers::Parser conform_parser;
|
||||
if (!conform_to_schema.empty()) {
|
||||
std::string contents;
|
||||
|
||||
Reference in New Issue
Block a user