* polish: update AwaitNotInAsyncFunction message * polish: update YieldInParameter error message * Apply suggestions from code review Co-authored-by: Brian Ng <bng412@gmail.com> * update test fixtures Co-authored-by: Brian Ng <bng412@gmail.com>
8 lines
195 B
JSON
8 lines
195 B
JSON
{
|
|
"plugins": [
|
|
"topLevelAwait"
|
|
],
|
|
"sourceType": "module",
|
|
"errorRecovery": false,
|
|
"throws": "'await' is only allowed within async functions and at the top levels of modules (2:2)"
|
|
} |