Y
Hacker News
new
|
ask
|
show
|
jobs
by
glenjamin
1521 days ago
Since it's being returned it doesn't really matter whether `.rewrite()` is returning a promise or not. `return await x` is mostly equivalent to `return x` within an async function.