Hacker News new | ask | show | jobs
by primitivesuave 1535 days ago
Typo in the title (should be "Compiler" and not "Complier")
3 comments

"You have 20 seconds to compile."
No this is typescript. They meant what they said. ;)
Does Typescript even compile or is it transpile?
Both. Type erasure is a transpilation process. Generating .d.ts and other type metadata files is a compilation process. (With conditional types alone the type checker is compiling a fully Turing complete mini-language.)