* fix: throw expect jsx plugin error when an idStart or > is seen * fix: avoid throwing undefined * add test case
6 lines
97 B
JSON
6 lines
97 B
JSON
{
|
|
"sourceType": "module",
|
|
"plugins": ["jsx", "flow"],
|
|
"throws": "Unexpected token (1:0)"
|
|
}
|