* feat: materialize class features * chore: move testcases to es2022 * chore: update test fixtures * chore: remove classPr\w+ from options.json * chore: remove empty options.json * update flow test allowlist * update typescript allowlist
4 lines
49 B
JavaScript
4 lines
49 B
JavaScript
class A { #x; #y; }
|
|
|
|
class B { #x = 0; #y = 1; }
|