summaryrefslogtreecommitdiffstats
path: root/lib/Format/SortJavaScriptImports.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use after move bug fixesPiotr Padlewski2016-12-231-2/+3
* Removed duplicate header includeEric Liu2016-10-141-2/+1
* clang-format: [JS] Fix line breaks before comments when sorting imports.Martin Probst2016-09-191-3/+8
* clang-format: [JS] merge requoting replacements.Martin Probst2016-09-021-3/+1
* clang-format: [JS] handle default bindings in imports.Martin Probst2016-09-021-8/+15
* clang-format: [JS] Sort all JavaScript imports if any changed.Martin Probst2016-09-021-7/+5
* Implement tooling::Replacements as a class.Eric Liu2016-08-011-2/+8
* clang-format: [JS] Sort imports case insensitive.Martin Probst2016-07-091-3/+3
* clang-format: [JS] support trailing commas in imports.Martin Probst2016-07-091-0/+2
* clang-format: [JS] fix a FIXME.Martin Probst2016-06-081-1/+1
* clang-format: [JS] fix an assertion failure caused by shrinking sources.Martin Probst2016-06-081-2/+15
* clang-format: [JS] no ASI on `import {x as\n y}`.Martin Probst2016-06-011-1/+1
* clang-format: [JS] Sort imported symbols.Martin Probst2016-06-011-16/+58
* clang-format: [JS] sort ES6 imports.Martin Probst2016-05-201-0/+385