错误:解析错误:...第212行:做gulp服务时出现意外的令牌=>

时间:2018-07-20 12:42:57

标签: angularjs gulp

使用=>时遇到问题

incomingDemandCodes.findIndex(record => record.a === b[0].a);

代替

incomingDemandCodes.findIndex(function (record){
  return  record.a === b[0].a;
});

其中bincomingDemandCodes是数组a作为一个属性。

在Gulp投放期间收到的错误是

internal/streams/legacy.js:59
  throw er; // Unhandled stream error in pipe.
  ^
     

错误:解析错误:“ bay-status \ editDemand-dialog.controller.js”,第212行:意外的令牌=>

0 个答案:

没有答案