码迷,mamicode.com
首页 > 其他好文 > 详细

[ESlint]报错:使用async await时,报(local function)(): Promise<void> Parsing error: Unexpected token function

时间:2020-03-10 21:46:43      阅读:110      评论:0      收藏:0      [点我收藏+]

标签:function   mave   error   uri   ken   cte   导致   expected   wait   

原因

因为当前文件的解析语法方式,与async await所需要的语法环境不一致导致的

解决方案

在.eslintrc.js中添加
"parserOptions": { "ecmaVersion": 8 },

参考

https://github.com/eslint/eslint/issues/8366

[ESlint]报错:使用async await时,报(local function)(): Promise<void> Parsing error: Unexpected token function

标签:function   mave   error   uri   ken   cte   导致   expected   wait   

原文地址:https://www.cnblogs.com/danker/p/12458659.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!