• huntrss@feddit.de
      link
      fedilink
      arrow-up
      0
      ·
      1 year ago

      Too be frank, it is pretty short but your summary is on-point. I would only add, that Svelte also dropped it due to the additional compile step.

      However TS can still be used in most of the frameworks including Svelte.

      • alokir@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        1 year ago

        I wonder how Svelte’s code is built to make this tradeoff worth it. I’ve been using TS for a long time and in every project the compilation part was the shortest task in the whole build process, especially when you compare it with bundling or running unit tests.