H A D | SortJavaScriptImports.cpp | 50 // An ES6 module reference. 53 // can reference other modules, either importing symbols from them, or exporting 93 // reference needs re-formatting. 165 JsModuleReference Reference = References[I]; in analyze() local 166 appendReference(ReferencesText, Reference); in analyze() 172 if (!Reference.IsExport && in analyze() 173 (Reference.IsExport != References[I + 1].IsExport || in analyze() 174 Reference.Category != References[I + 1].Category)) { in analyze() 298 auto *Reference = std::next(References.begin()); in mergeModuleReferences() local 299 while (Reference != References.end()) { in mergeModuleReferences() [all …]
|