struct JsModuleReference
Declaration
struct JsModuleReference { /* full declaration omitted */ };
Declared at: clang/lib/Format/SortJavaScriptImports.cpp:72
Member Variables
- public bool FormattingOff = false
- public bool IsExport = false
- public clang::format::JsModuleReference:: ReferenceCategory Category = ReferenceCategory::SIDE_EFFECT
- public llvm::StringRef URL
- public llvm::StringRef Prefix
- public llvm::StringRef DefaultImport
- public SmallVector<clang::format::JsImportedSymbol, 1> Symbols
- public bool SymbolsMerged = false
- public clang::SourceLocation SymbolsStart
- public clang::SourceLocation SymbolsEnd
- public clang::SourceRange Range