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. Authored by mprobst on Nov 7 2019, 2:49 PM.
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
|