[PATCH] D100466: clang-format: [JS] merge import lines.

Jorge Gorbe Moya via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 21 13:28:44 PDT 2021


jgorbe added a comment.

Hi, one of our tests is failing because of this patch and it looks like an actual bug. clang-format now turns this file:

  import './a';
  import {bar} from './a';

into this:

  barimport './a';


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D100466/new/

https://reviews.llvm.org/D100466



More information about the cfe-commits mailing list