Hacker News new | past | comments | ask | show | jobs | submit
You're correct. Nodejs can already run typescript code directly but it only does type stripping so it won't work with enums or namespaces which need additional code generated at build time.