gpt4 book ai didi

node.js - 节俭 js :node - Cannot use reserved language keyword: "not"

转载 作者:搜寻专家 更新时间:2023-11-01 00:07:49 27 4
gpt4 key购买 nike

为 nodejs 转换 thrift 对象时:

thrift -r --gen js:node state_service.thrift

抛出以下错误:

[ERROR: /state_service.thrift:33] (last token was 'not') Cannot use reserved language keyword: "not"

代码中第 33 行是:

typedef bool Not
struct Exp {
1: string left
2: Not not
3: BinaryOp op
4: AnyValue right
}

我使用的是最新的 Thrift 版本 0.9.2

最佳答案

尝试将 not 更改为其他内容,我认为问题在于“not”在您选择生成的语言中可能具有其他含义。

2: Not not

关于node.js - 节俭 js :node - Cannot use reserved language keyword: "not",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28319898/

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