Typescript 带有IE10和IE9的Angular2 RC1,未处理的承诺拒绝:SyntaxError:Expected'/';

Typescript 带有IE10和IE9的Angular2 RC1,未处理的承诺拒绝:SyntaxError:Expected'/';,typescript,angular,systemjs,Typescript,Angular,Systemjs,角度解在IE11+上非常有效,但在IE10和IE9中,我得到以下错误: Unhandled Promise rejection: SyntaxError: Expected '/' at Anonymous function (eval code:13:1) at Anonymous function (eval code:1:31) at eval code (eval code:1:2) Evaluating /application_ref.js

角度解在IE11+上非常有效,但在IE10和IE9中,我得到以下错误:

Unhandled Promise rejection: SyntaxError: Expected '/' 
    at Anonymous function (eval code:13:1) 
    at Anonymous function (eval code:1:31) 
    at eval code (eval code:1:2) 
    Evaluating /application_ref.js 
    Evaluating /index.js 
    Error loading ; Zone: <root> ; Task: Promise.then ; Value: Error: SyntaxError: Expected '/' 
    at Anonymous function (eval code:13:1) 
    at Anonymous function (eval code:1:31) 
    at eval code (eval code:1:2) 
    Evaluating http://localhost:1000/node_modules/@angular/core/src/application_ref.js 
    Evaluating http://localhost:1000/node_modules/@angular/core/index.js 
    Error loading http://localhost:1000/Scripts/app.js ...
未处理的承诺拒绝:语法错误:应为'/'
at匿名函数(评估代码:13:1)
at匿名函数(评估代码:1:31)
at评估代码(评估代码:1:2)
评估/应用程序\u ref.js
评估/index.js
加载错误;区域:;任务:承诺;值:错误:语法错误:应为“/”
at匿名函数(评估代码:13:1)
at匿名函数(评估代码:1:31)
at评估代码(评估代码:1:2)
评价http://localhost:1000/node_modules/@角度/核心/src/application_ref.js
评价http://localhost:1000/node_modules/@angular/core/index.js
加载错误http://localhost:1000/Scripts/app.js ...
IE10有一个兼容性问题,我不知道是什么原因造成的。尝试使用,希望为ES5和ES6添加更全面的支持,但没有成功

更糟糕的是,若我使用创建一个自执行包(SFX),那个么它在IE10和IE9中都能很好地工作,问题就消失了。感谢您的帮助

这是一个非常类似的问题: