* Throw error for reserved words enum and await when source type is module * Extract reserved word check into method * Fix tests
2 lines
25 B
JavaScript
2 lines
25 B
JavaScript
const { await } = foo();
|