Lines Matching defs:JsModuleReference
70 struct JsModuleReference { struct
71 bool FormattingOff = false;
72 bool IsExport = false;
73 bool IsTypeOnly = false;
75 enum ReferenceCategory {
82 ReferenceCategory Category = ReferenceCategory::SIDE_EFFECT;
84 StringRef URL;
87 StringRef Prefix;
89 StringRef DefaultImport;
91 SmallVector<JsImportedSymbol, 1> Symbols;
94 bool SymbolsMerged = false;
97 SourceLocation SymbolsStart, SymbolsEnd;
100 SourceRange Range;
258 sortModuleReferences(const SmallVector<JsModuleReference, 16> &References) { in sortModuleReferences()
294 void mergeModuleReferences(SmallVector<JsModuleReference, 16> &References) { in mergeModuleReferences()