Hacker News new | ask | show | jobs
by pitaj 2948 days ago
README doesn't specify, so I'll ask: does anyone know how it supports TS? Does it just strip out all the TS stuff and pipe it into the parser?
2 comments

looks like it is using the typescript API to compile the TS code at runtime
It seems to me what it means is that all builtin functions and objects have TS declarations from the start.