0
我正在使用TypeScript 1.5爲簡單的angular2應用程序生成ES5腳本。如果我使用TypeScript創建ES5腳本,我需要在我的html中使用traceur腳本標記嗎?
我需要包括一個腳本元素引用一個模塊加載程序(如SystemJS)和腳本元素引用traceur(如下面的一個)在我的index.html文件?
<script src="https://github.jspm.io/jmcriffey/[email protected]/traceur-runtime.js"></script>
script src="https://jspm.io/[email protected]"></script>
...或者我只需要SystemJS的腳本元素?
我還沒有跟上,但它似乎你仍然需要它。看到[這裏](https://github.com/angular/angular/issues/3694),因爲他們仍然使用一些traceur polyfill。但是,根據您的使用情況,您可能會離開。 –
謝謝傑西 - 非常感謝! –