* Modify grammar to support Private Fields proposal: - Adding optional plugin `classPrivateProperties` - Adding PrivateName type identifier - Adding ClassPrivateProperty to ClassBody - Allow PrivateName in MemberExpression - Allow PrivateName as a reference - Adding tests * Remove unnecesary liberal parameter * Guarding for plugin dependecy for future versioning * update spec.md [skip ci] * move comment [skip ci] * remove unused param [skip ci] * Refactor PrivateName to contain Identifier in name property
8 lines
128 B
JSON
8 lines
128 B
JSON
{
|
|
"throws": "Unexpected token, expected ; (3:10)",
|
|
"plugins": [
|
|
"classProperties",
|
|
"classPrivateProperties"
|
|
]
|
|
}
|