Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Even better, make use of the built-in promise helpers:

  const manifest = await createAssetsManifest();
  await Promise.all([
    compileBrowser(manifest),
    compileServer(manifest)
  ]);
That makes for such nice, clear code!


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: