clang-format: [JS] Support destructuring assignments in for loops.
Before: for (let { a, b } of x) { } After: for (let {a, b} of x) { } llvm-svn: 262776
Loading
Please sign in to comment
Before: for (let { a, b } of x) { } After: for (let {a, b} of x) { } llvm-svn: 262776