Searched defs:JsModuleReference (Results 1 – 1 of 1) sorted by relevance
72 struct JsModuleReference { struct73 bool FormattingOff = false;74 bool IsExport = false;76 enum ReferenceCategory {84 StringRef URL;87 StringRef Prefix;89 StringRef DefaultImport;91 SmallVector<JsImportedSymbol, 1> Symbols;94 bool SymbolsMerged = false;97 SourceLocation SymbolsStart, SymbolsEnd;[all …]