* chore(parser): add test to handle optional paramteter in async call * chore(parser): add flow test * chore(parser): add ts test
8 lines
108 B
JSON
8 lines
108 B
JSON
{
|
|
"sourceType": "module",
|
|
"plugins": [
|
|
"jsx",
|
|
"flow"
|
|
],
|
|
"throws": "Unexpected token (1:8)"
|
|
} |