Closed dennwc closed 5 years ago
It seems like it was fixed for array nodes, but not for values.
Can be reproduced by running this query on any file: //uast:Identifier/Name
. The server will respond with an array of string values, while the UI will show no results at all. Same can happen for arrays of numbers, bools, etc.
Steps to reproduce
classdef.py
.//python:ClassDef/body
- it works, you can seebody_stmts
field.//python:ClassDef/body/*/body_stmts
- nothing is rendered.