tinymist-query 0.14.18

Language queries for tinymist.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
source: crates/tinymist-query/src/analysis.rs
expression: "JsonRepr::new_redacted(result, &REDACT_LOC)"
input_file: crates/tinymist-query/src/fixtures/lint/if_show.typ
---
{
 "s0.typ": [
  {
   "message": "This show statement doesn't take effect.\nHint: consider changing parent to `show : if (false) { .. }`",
   "range": "1:2:1:17",
   "severity": 2,
   "source": "typst"
  }
 ]
}