moreover JS supports to run everything as async function, just await pure
function
js
function sync() {
console.log('i am not async');
}
async function a() {
await sync(); // hidden transform to Promise.resolve
}
await a();
Run
- thoughts on a backend target for bun? Bosinski
- thoughts on a backend target for bun? jasonfi
- thoughts on a backend target for bun? georgelemon
- thoughts on a backend target for bun? jasonfi
- thoughts on a backend target for bun? alexeypetrushin
- thoughts on a backend target for bun? juancarlospaco
- thoughts on a backend target for bun? SpotlightKid
- thoughts on a backend target for bun? jasonfi
- thoughts on a backend target for bun? alexeypetrushin
- thoughts on a backend target for bun? Araq
- thoughts on a backend target for bun? blackmius
- thoughts on a backend target for bun? jasonfi
- thoughts on a backend target for bun? Yardanico
- thoughts on a backend target for bun? jasonfi
- thoughts on a backend target for bun? jasonfi
- thoughts on a backend target for bun? georgelemon
- thoughts on a backend target for bun? jasonfi
- thoughts on a backend target for bun? alexeypetrushin
