[PATCH] D23973: clang-format: [JS] handle default bindings in imports.

Martin Probst via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 2 07:11:21 PDT 2016


mprobst added a comment.

In https://reviews.llvm.org/D23973#532801, @djasper wrote:

> It would be helpful to have a before/after to review these patches.


I assumed the test case was clear enough. Before, we couldn't parse default bindings at all, after, we do, and thus sort the imports in the test case.


https://reviews.llvm.org/D23973





More information about the cfe-commits mailing list