Should I use Traceur instead of Typescript to target ES5 but be ready for ES6
问题 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? I don't want to change Typescript implementations in order to target ES6 (when is ready), so my feeling now is to go ahead with Traceur. Can anyone advise? 回答1: I definitely do not agree with the opinion that TypeScript and Traceur are so different, TypeScript is ES5 with types and Traceur is just about ES6. On the one hand