gpt4 book ai didi

node.js - 使用可选的 catch 绑定(bind)时出现 ESLint 错误

转载 作者:行者123 更新时间:2023-12-02 00:40:25 25 4
gpt4 key购买 nike

使用此代码:

try {

} catch {

}

ESLint 给出了这个错误:
Parsing error: Unexpected token {

是否有启用可选捕获绑定(bind)的 ESLint 规则?

最佳答案

这是 ES2019 的特性,所以请确保设置了 ecmaVersion 10 个。例如,您的 .eslintrc.json should have :

{
"parserOptions": {
"ecmaVersion": 10
}
}

Setting parser options helps ESLint determine what is a parsing error.



同样,对于 online demo ,请务必选择 2019从“ECMA 版本”下拉列表中。

关于node.js - 使用可选的 catch 绑定(bind)时出现 ESLint 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57404224/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com