clang-format would previously fail to detect that an arrow functions parameter block is not an expression, and thus insert whitespace around the | and & type operators in it.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Differential D36147
clang-format: [JS] handle union types in arrow functions. mprobst on Aug 1 2017, 6:28 AM. Authored by
Details clang-format would previously fail to detect that an arrow functions parameter block is not an expression, and thus insert whitespace around the | and & type operators in it.
Diff Detail
|