• @[email protected]
      link
      fedilink
      1
      edit-2
      7 months ago

      Web dev continues to be cursed, I guess.

      If I really needed to use a JS library in TS, I’d have to build some sort of adapter between the two that crashes whenever the JS library (that doesn’t know anything about your types) breaks the typing rules. Anything else will inevitably lead to the above “fun” kind of bugs.

      • @[email protected]
        link
        fedilink
        17 months ago

        I don’t think that this would work, there are no types anymore during runtime because everything is translated into plain js on build. TypeScript only exists during development