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