Files
babel/packages/babel-parser/test/fixtures/flow/expect-plugin/export-interface/options.json
2021-12-02 23:17:51 +01:00

8 lines
188 B
JSON

{
"sourceType": "module",
"plugins": [
"jsx"
],
"throws": "This experimental syntax requires enabling one of the following parser plugin(s): \"flow\", \"typescript\". (1:7)"
}