Bigger TypeScript projects should now become much more manageable in all code editors

  • aleq@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    2 months ago

    I feel this should be obvious to anyone who knows anything about programming, because typescript is just a development tool not a runtime.

    • Dark Arc@social.packetloss.gg
      link
      fedilink
      English
      arrow-up
      0
      ·
      2 months ago

      I… Don’t know about that. I mean, you could implement a browser or even a runtime library that used typescript (or a subset thereof) to directly write LLVM; it would take a lot of work, but typescript doesn’t have to just be for transpiling.