Files
babel/packages/babel-parser/test/fixtures/experimental/class-private-properties/super-call/options.json
2018-05-19 00:03:05 -04:00

5 lines
179 B
JSON

{
"plugins": ["classPrivateProperties"],
"throws": "super() is only valid inside a class constructor. Make sure the method name is spelled exactly as 'constructor'. (4:13)"
}