Hacker News new | ask | show | jobs
by QML 2705 days ago
Is this still dependent on browser adoption? I recently had to transpile a Typescript library via Babel to JavaScript since Chrome didn’t like the original import statements.
1 comments

Typescript is not intended to work in browsers without a compile step being involved.