Thoughts
Guys, guys, I found my new favorite library a7ul/esbuild-node-tsc
"Please note this library doesnt do typechecking."
It's a Typescript compiler that doesn't do type checking. It just strips out the type symbols and returns JS. 0/10 for practicality. You just throw whatever fricking types in there and this is like, eh, doesn't matter.
Like, wait a minute, JS is loosely typed! We don't actually have to keep track of these types! "blazing fast" builds!