[PATCH] D20198: clang-format: [JS] sort ES6 imports.
Martin Probst via cfe-commits
cfe-commits at lists.llvm.org
Thu May 12 02:58:12 PDT 2016
mprobst created this revision.
mprobst added a reviewer: djasper.
mprobst added a subscriber: cfe-commits.
Herald added a subscriber: klimek.
This change automatically sorts ES6 imports and exports into four groups:
absolute imports, parent imports, relative imports, and then exports. Exports
are sorted in the same order, but not grouped further.
http://reviews.llvm.org/D20198
Files:
include/clang/Format/Format.h
lib/Format/Format.cpp
lib/Format/FormatToken.h
unittests/Format/CMakeLists.txt
unittests/Format/SortImportsTestJS.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20198.57009.patch
Type: text/x-patch
Size: 16680 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160512/ab33f849/attachment-0001.bin>
More information about the cfe-commits
mailing list