Y
Hacker News
new
|
ask
|
show
|
jobs
by
dminik
90 days ago
Maybe because TypeScript is not valid JavaScript (yet)? If you don't strip types, your code doesn't work.
1 comments
wildpeaks
90 days ago
It depends on the runtime: Node can run Typescript because it automatically strips types (which is so convenient during development).
But in browser, for now only the more limited JSDoc-style types can be shipped as-is indeed.
link
But in browser, for now only the more limited JSDoc-style types can be shipped as-is indeed.