12 ms·
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 impo
by QML 8y 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.
- crooked-v 8y agoTypescript is not intended to work in browsers without a compile step being involved.