Daniel Tschinder 69cba43f82 Fix parsing of private fields (#566)
The computed key is not part of the spec.
key for ClassProperties is an Expression
Do not parse computed and literal keys for PrivateClassProperties
2017-06-06 11:42:07 -04:00

8 lines
115 B
JSON

{
"throws": "Unexpected token (3:3)",
"plugins": [
"classProperties",
"classPrivateProperties"
]
}