Browse Source
The compiler is not picky right now, but these are actually all syntax errors: - await is only valid in an async function - async functions that use yield are actually async generators (a construct not supported by the compiler right now)pull/10190/head
Damien Tournoud
2 years ago
committed by
Damien George
4 changed files with 21 additions and 11 deletions
Loading…
Reference in new issue