-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
关于CodeField中的TypeValue与TypeKey的含义 #20
Comments
啊,应该是个 bug 了。第一个版本写的时候是 Java,所以只有 Key 和 Type,没有记录值("abc")。好像是,后来引入 TypeScript 和 Kotlin 的时候,新加了一个 Value,可以根据 Value 做一些简单的类型推断。 要来个 PR 吗? |
ok, 确认为bug,我尝试下解决. |
wuwen5
added a commit
to wuwen5/chapi
that referenced
this issue
Aug 24, 2022
wuwen5
added a commit
to wuwen5/chapi
that referenced
this issue
Aug 24, 2022
phodal
pushed a commit
that referenced
this issue
Aug 24, 2022
phodal
added a commit
that referenced
this issue
Aug 24, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
例如code如下
解析后,
TypeType=String
、TypeValue=name
、TypeKey=""
TypeKey
到底是指的什么呢?我理解是否应该
TypeKey=name
、TypeValue="abc"
?看下了,
chapi-ast-kotlin
和chapi-ast-typescript
中 是正确的是否为
chapi-ast-java
的bug?The text was updated successfully, but these errors were encountered: