You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sadly, the moment you let one of those little promise monsters in, the whole place goes to hell. If only deasync was maintained and worked with promises, or if TC39 had just let things be and I could have lived a beautiful life of only callbacks.
Re-think usage of library as async
Re-write documentation around this approach
Change some implementations around this.
Things that can be async:
Use of fs for read/write (existsSync is probably fine)
html-minifier-terser
The text was updated successfully, but these errors were encountered:
Sadly, the moment you let one of those little promise monsters in, the whole place goes to hell. If only
deasync
was maintained and worked with promises, or if TC39 had just let things be and I could have lived a beautiful life of only callbacks.Things that can be async:
fs
for read/write (existsSync
is probably fine)html-minifier-terser
The text was updated successfully, but these errors were encountered: