Hacker News new | ask | show | jobs
by goodpaul6 1072 days ago
> This is not possible at all because TypeScript is a compiler

Not sure if this supports your point. Lots of compilers emit runtime type information, e.g. Golang, Java.

1 comments

Those languages all have runtimes that can consume the type information. TypeScript does not.