tinymist-query 0.14.14-rc1

Language queries for tinymist.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
source: crates/tinymist-query/src/document_symbol.rs
expression: "JsonRepr::new_redacted(result.unwrap(), &REDACT_LOC)"
input_file: crates/tinymist-query/src/fixtures/document_symbols/func.typ
snapshot_kind: text
---
[
 {
  "kind": 12,
  "name": "f",
  "range": "0:5:0:13",
  "selectionRange": "0:5:0:13"
 }
]