summaryrefslogtreecommitdiff
path: root/unittests/Format/SortImportsTestJS.cpp
AgeCommit message (Expand)Author
2017-08-01clang-format: [JS] support default imports.Martin Probst
2017-07-18clang-format: [JS] Correctly format JavaScript imports with long module pathsMartin Probst
2016-09-19clang-format: [JS] Fix line breaks before comments when sorting imports.Martin Probst
2016-09-02clang-format: [JS] handle default bindings in imports.Martin Probst
2016-09-02clang-format: [JS] Sort all JavaScript imports if any changed.Martin Probst
2016-07-11Make tooling::applyAllReplacements return llvm::Expected<string> instead of e...Eric Liu
2016-07-09clang-format: [JS] Sort imports case insensitive.Martin Probst
2016-07-09clang-format: [JS] support trailing commas in imports.Martin Probst
2016-06-13clang-format: [JS] Introduce JavaScriptWrapImports option.Martin Probst
2016-06-08clang-format: [JS] fix an assertion failure caused by shrinking sources.Martin Probst
2016-06-01clang-format: [JS] Sort imported symbols.Martin Probst
2016-05-20clang-format: [JS] sort ES6 imports.Martin Probst