TypeScript now supports declaring fields:
class Foo { declare field: string; }
clang-format happens to already format this fine, so this change just
adds a regression test.
Differential D69972
clang-format: [JS] test declared fields. mprobst on Nov 7 2019, 2:49 PM. Authored by
Details
TypeScript now supports declaring fields: class Foo { declare field: string; } clang-format happens to already format this fine, so this change just
Diff Detail
|