mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-12 16:00:59 +00:00
clang-all (#6941)
This commit is contained in:
@@ -583,7 +583,8 @@ class TsGenerator : public BaseGenerator {
|
||||
std::string fileName) {
|
||||
ImportDefinition import;
|
||||
import.name = import_name;
|
||||
import.import_statement = "import " + import_name + " from '" + fileName + "';";
|
||||
import.import_statement =
|
||||
"import " + import_name + " from '" + fileName + "';";
|
||||
imports.insert(std::make_pair(import_name, import));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user