tinymist-query 0.14.16

Language queries for tinymist.
---
source: crates/tinymist-query/src/analysis.rs
expression: "JsonRepr::new_redacted(result, &REDACT_LOC)"
input_file: crates/tinymist-query/src/fixtures/lint/vf.typ
---
{
 "s0.typ": [
  {
   "message": "variable font is not supported by typst yet\nHint: consider using a static font instead. For more information, see https://github.com/typst/typst/issues/185",
   "range": "0:16:0:30",
   "severity": 2,
   "source": "typst"
  },
  {
   "message": "variable font is not supported by typst yet\nHint: consider using a static font instead. For more information, see https://github.com/typst/typst/issues/185",
   "range": "2:22:2:36",
   "severity": 2,
   "source": "typst"
  }
 ]
}