clang 17.0.0git
|
This file implements a sorter for JavaScript ES6 imports. More...
#include "clang/Basic/LLVM.h"
#include "clang/Format/Format.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/StringRef.h"
Go to the source code of this file.
Namespaces | |
namespace | clang |
namespace | clang::format |
Functions | |
tooling::Replacements | clang::format::sortJavaScriptImports (const FormatStyle &Style, StringRef Code, ArrayRef< tooling::Range > Ranges, StringRef FileName) |
This file implements a sorter for JavaScript ES6 imports.
Definition in file SortJavaScriptImports.h.