Files
babel/packages/babel-parser/test/fixtures/experimental/class-properties/new-target-invalid/options.json
2018-05-19 00:03:05 -04:00

5 lines
119 B
JSON

{
"plugins": ["classProperties"],
"throws": "new.target can only be used in functions or class properties (1:8)"
}