Justin Ridgewell 1f11dc0881 classPrivateMethods enables PrivateName usage
This separates `classPrivateMethods`'s dependency on
`classPrivateProperties`. It also starts a `PrivateName` at the hash
symbol, not the `Identifier`.
2017-09-17 21:24:37 -04:00

5 lines
149 B
JSON

{
"throws": "This experimental syntax requires enabling the parser plugin: 'classPrivateMethods' (3:2)",
"plugins": ["classPrivateProperties"]
}