2015-09-01 49 views
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的腳本元素?

+0

我還沒有跟上,但它似乎你仍然需要它。看到[這裏](https://github.com/angular/angular/issues/3694),因爲他們仍然使用一些traceur polyfill。但是,根據您的使用情況,您可能會離開。 –

+0

謝謝傑西 - 非常感謝! –

回答

1

沒有,據我所知traceur仍然是angular2的依賴。雖然有一個問題需要刪除,因此將來有可能。 Here you can find the issue如果你想跟蹤進度。

相關問題