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
Loading
Please register or sign in to comment