mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 12:41:54 +03:00
c79db252dc
swc_ecma_parser: - Allow class members to be declared. (#1751) node-swc: - Fix typescript type definitions. (#1746)
3 lines
35 B
TypeScript
3 lines
35 B
TypeScript
class Foo {
|
|
declare a: string
|
|
} |