* Disallow escape sequences in async * Disallow escape sequences in get, set and async in class * invalid escape tests * Update whitelist * tests for async in parens * Add test for invalid newline between params and arrow * Move canInsertSemilcolon() into shouldPArseAsyncArrow
3 lines
16 B
JavaScript
3 lines
16 B
JavaScript
async (x)
|
|
=> {}
|