Hacker News new | ask | show | jobs
by nothrabannosir 3007 days ago
I use Babel and TS server side. TS for types, and Babel because the latest stable version of node does not always support the latest Ecmascript features. Example from recent memory: Async generators (async function* yada(){} and for await of).