* Fix private property parsing in Flow * Flow tests updated * Fix type error * Appropriate name was given to test folder * Fix * Empty * Correct type annotation * Add required changes in generator package * Add required changes in flow-strip-types
4 lines
55 B
JavaScript
4 lines
55 B
JavaScript
class A {
|
|
#prop1: string;
|
|
#prop2: number = value;
|
|
} |