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