Typescript编译器失败并出现奇怪的错误

时间:2016-06-07 12:51:20

标签: javascript typescript compiler-errors gulp browserify

我收到以下错误:

events.js:141
      throw er; // Unhandled 'error' event
      ^
TypeScript error: node_modules/gulp-typescript/release/compiler.d.ts(32,22): Error TS1005: '=' expected.

我的gulpfile defined here

我还有一个声明文件global.d.ts:

interface Array<T> {
    includes(searchElement: T) : boolean;
}

一些谷歌搜索表明声明文件可能会导致问题。

1 个答案:

答案 0 :(得分:2)

  

错误TS1005:&#39; =&#39;预期

错误是双重的。

个人意见

请使用TypeScript nightlies,否则它将永远是一场艰难/混乱的战斗。