Y
Hacker News
new
|
ask
|
show
|
jobs
by
rk06
2824 days ago
As there is no mention of it, it should be available. After all, as you said, Modern mode is a killer feature.
1 comments
ChristianBundy
2824 days ago
How are they running TypeScript in the browser without transpiling?
link
untog
2824 days ago
You transpile TS at build time, i.e. when the library itself is built, not when your project is built.
link