All technologies
ECMAScript
2 painsavg 4.5/10
compatibility 1architecture 1
TypeScript does not support importing .ts file extensions
5TypeScript does not allow developers to import modules with explicit .ts extensions, unlike standard ECMAScript/JavaScript practices. This forces module resolution traversal which is particularly slow over networks, and contradicts TypeScript's own design where the team knows .ts files must be transpiled to .js anyway.
compatibilityTypeScriptECMAScript
TypeScript's future in JavaScript depends on unfinished type-annotations proposal
4TypeScript's long-term viability depends on TC39's type-annotations proposal, which faces significant consensus issues within the committee itself. The proposal would only treat annotations as comments with no enforcement, leaving TypeScript's theoretical future as a superset uncertain.
architectureTypeScriptECMAScript