* Throw error for reserved words enum and await when source type is module * Extract reserved word check into method * Fix tests
5 lines
75 B
JSON
5 lines
75 B
JSON
{
|
|
"sourceType": "module",
|
|
"throws": "await is a reserved word (1:0)"
|
|
}
|