tinymist-query 0.14.16

Language queries for tinymist.
---
source: crates/tinymist-query/src/code_action.rs
description: "Code Action on rt \"base.t||yp\"/* rang"
expression: "JsonRepr::new_redacted(result, &REDACT_LOC)"
input_file: crates/tinymist-query/src/fixtures/code_action/path_import.typ
---
[
 {
  "edit": {
   "changes": {
    "s1.typ": [
     {
      "insertTextFormat": 1,
      "newText": "\"/base.typ\"",
      "range": "0:8:0:18"
     }
    ]
   }
  },
  "kind": "refactor.rewrite",
  "title": "Convert to absolute path"
 }
]