The computed key is not part of the spec. key for ClassProperties is an Expression Do not parse computed and literal keys for PrivateClassProperties
5 lines
34 B
JavaScript
5 lines
34 B
JavaScript
class Foo {
|
|
#p = x
|
|
#m () {}
|
|
}
|