Skip to content
Commit 910807d4 authored by Daniel Jasper's avatar Daniel Jasper
Browse files

clang-format: [JS] fix incorrectly collapsed lines after export

statement.

When an exported function would follow a class declaration, it would not
be recognized as a stand-alone function. That would then collapse the
following line with the current one, e.g.

  class C {}
  export function f() {} var x;

llvm-svn: 239592
parent 9c39f83f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment