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

  • sorrybookbroke@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    7
    ·
    edit-2
    1 month ago

    Eh, not entirely. Typescript will build faster and the text editor can parse it quicker but once it hits the browser no speed is gained. It’s kinda stated in the article but it dances around it quite well I wouldn’t blame you for missing it.

    This just makes transpilation quicker along with some other benefits while working with it in editor. It’s still just JavaScript in the end this just gets it there quicker. Still very cool though.

    • aleq@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      1 month 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
        ·
        1 month 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.

      • merthyr1831@lemmy.ml
        link
        fedilink
        English
        arrow-up
        1
        arrow-down
        1
        ·
        1 month ago

        by microsoft. they used a similar headline for their YouTube video announcing it.