Feature enhancement: JavaScript/Typescript support #181
Triggered via issue
February 13, 2025 18:03
Status
Success
Total duration
8m 21s
Artifacts
–
pr-comment-cpe.yml
on: issue_comment
cpe-process-comment
8m 10s
Annotations
10 errors
cpe-process-comment:
main.go#L22
cannot use golang.Language() (value of type unsafe.Pointer) as *tree_sitter.Language value in return statement
|
cpe-process-comment:
main.go#L24
cannot use java.Language() (value of type unsafe.Pointer) as *tree_sitter.Language value in return statement
|
cpe-process-comment:
main.go#L26
cannot use javascript.Language() (value of type unsafe.Pointer) as *tree_sitter.Language value in return statement
|
cpe-process-comment:
main.go#L28
cannot use python.Language() (value of type unsafe.Pointer) as *tree_sitter.Language value in return statement
|
cpe-process-comment:
main.go#L30
undefined: typescript.Language
|
cpe-process-comment:
main.go#L39
node.Type undefined (type *tree_sitter.Node has no field or method Type)
|
cpe-process-comment:
main.go#L40
node.StartPoint undefined (type *tree_sitter.Node has no field or method StartPoint)
|
cpe-process-comment:
main.go#L41
node.EndPoint undefined (type *tree_sitter.Node has no field or method EndPoint)
|
cpe-process-comment:
main.go#L45
invalid operation: i < node.Parent().NamedChildCount() (mismatched types uint32 and uint)
|
cpe-process-comment:
main.go#L46
cannot use i (variable of type uint32) as uint value in argument to node.Parent().NamedChild
|