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 {85 StringRef URL;88 StringRef Prefix;90 StringRef DefaultImport;92 SmallVector<JsImportedSymbol, 1> Symbols;95 bool SymbolsMerged = false;98 SourceLocation SymbolsStart, SymbolsEnd;[all …]