clang 17.0.0git
Namespaces | Functions
SortJavaScriptImports.h File Reference

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"
Include dependency graph for SortJavaScriptImports.h:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

This file implements a sorter for JavaScript ES6 imports.

Definition in file SortJavaScriptImports.h.