[PATCH] D73335: clang-format: [JS] options for arrow functions.

Krasimir Georgiev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 24 08:06:05 PST 2020


krasimir accepted this revision.
krasimir added inline comments.
This revision is now accepted and ready to land.


================
Comment at: clang/unittests/Format/FormatTestJS.cpp:1793
   verifyFormat("export default [];");
-  verifyFormat("export default () => {};");
   verifyFormat("export interface Foo {\n"
----------------
we probably want to keep the empty body test case.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73335





More information about the cfe-commits mailing list