Tony Gorez b0fe6bdbc3
chore(parser): add test to handle optional paramteter in async call (#13504)
* chore(parser): add test to handle optional paramteter in async call

* chore(parser): add flow test

* chore(parser): add ts test
2021-06-23 11:11:06 -04:00

8 lines
108 B
JSON

{
"sourceType": "module",
"plugins": [
"jsx",
"flow"
],
"throws": "Unexpected token (1:8)"
}