如果我使用TypeScript创建ES5脚本,我的html中是否需要traceur脚本标记?

时间:2015-09-01 02:30:09

标签: typescript angular traceur systemjs

我正在使用TypeScript 1.5为简单的angular2 app生成ES5脚本。

我是否需要在index.html文件中包含引用模块加载器的脚本元素(如SystemJS)和引用traceur的脚本元素(如下面的那个)?

<script src="https://github.jspm.io/jmcriffey/bower-traceur-runtime@0.0.91/traceur-runtime.js"></script>
script src="https://jspm.io/system@0.16.js"></script>

...或者我只需要SystemJS的脚本元素吗?

1 个答案:

答案 0 :(得分:1)

不,据我所知,traceur仍然是angular2的依赖。虽然有一个问题要删除它,因此将来它是可能的。如果您想跟踪进度,请Here you can find the issue