Hacker News new | ask | show | jobs
by flohofwoe 701 days ago
> not if you are also using features that are not supported in the javascript version you are targeting. reply

This is only 'half-assed' anyway, TS will only emulate new language features on older JS target version, but not any Javascript runtime features (like new Object methods). For the latter you will still need a separate polyfill solution.