Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
0 points
tkzed49
7mo ago
0 comments
Share
> TypeScript is more like a linter
that's exactly the point--GP is pointing out that node can't do that part
undefined | Better HN
0 comments
default
newest
oldest
madeofpalk
7mo ago
Which is why the title is "Node can now
execute
Typescript files" and not lint, check, or even run TypeScript files.
ohmahjong
7mo ago
I'm not sure what the distinction between "execute" and "run" is; is there a difference?
madeofpalk
7mo ago
No, I don't think there really is. But to be
execute
is even more clear that it's just... executing the code, whereas I could maybe understand someone being confused that
run
implied some level of type checking.
JoBrad
7mo ago
Node is just inline transpiling the TS into JS, then running the JS.
1 more reply
j
/
k
navigate · click thread line to collapse