* 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
2 lines
33 B
JavaScript
2 lines
33 B
JavaScript
(function* () { y\u0069eld 10 })
|