Should I use Traceur instead of Typescript to target ES5 but be ready for ES6

前端 未结 6 1945
南笙
南笙 2021-02-01 06:41

I\'m working on a large code base that could benefit from Typescript, but since eventually the world will be moving to ES6, should I steer the development towards Traceur?

6条回答
  •  谎友^
    谎友^ (楼主)
    2021-02-01 07:08

    for a large scale system I would definitely recommend going with typescript.

    when u have a team working together typescript will give you all the benefits of modern computer language with es6 compatibility(based on microsoft roadmap) but with the strict typing and code completion benefits.

提交回复
热议问题