Files
babel/packages/babel-parser/test/fixtures/jsx/errors/unterminated-string/options.json

7 lines
95 B
JSON

{
"plugins": [
"jsx",
"flow"
],
"throws": "Unterminated string constant. (1:9)"
}