|
|
|
|
|
by conaclos
1150 days ago
|
|
Something that still stop me from using Deno is the incompatibility between Deno and other tooling regarding the import of TypeScript files.
Namely, it is not possible to import a `.ts` file via a `.js` import [0]. [0] https://github.com/denoland/deno/discussions/18293 |
|
Most frustrating is that (last I checked) there isn’t even an agreed upon plan to resolve the inconsistency, at least for libraries (import maps, though tedious, at least can solve the problem for non-library code).