Y
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
mxvzr
2948 days ago
looks like it is using the typescript API to compile the TS code at runtime
link
sanxiyn
2948 days ago
It seems to me what it means is that all builtin functions and objects have TS declarations from the start.
link