You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for clarity, i expect there to be 6 matches when given the input to the first query: (looking only at the @import capture) fs, assert, path, nan, buffer, and console. However, 0 results are returned.
with the second query, i get 'fs', 'assert', 'path', "nan", 'buffer', and "console"
given the following query with the JS language:
i get 0 results due to the
string
destructuring pattern. for example, changing the query to be:results in 6 results given this input:
the first query works with the tree-sitter CLI
The text was updated successfully, but these errors were encountered: