Alex Russell (2013-12-12T18:11:30.000Z)
domenic at domenicdenicola.com (2013-12-24T23:42:55.652Z)
If you can't indicate that the arrow itself is async somehow (either by prefixing it with `deferred` or `async` or using a variant of the arrow itself, e.g. `~=>`), then you get into the issue Brendan describes when you allow `await` inside the body.