tinymist-query 0.14.18-rc1

Language queries for tinymist.
---
source: crates/tinymist-query/src/rename.rs
expression: "JsonRepr::new_redacted(result, &REDACT_LOC)"
input_file: crates/tinymist-query/src/fixtures/rename/include_path.typ
---
{
 "documentChanges": [
  {
   "edits": [
    {
     "newText": "\"new_name.typ\"",
     "range": "0:30:0:43"
    },
    {
     "newText": "\"new_name.typ\"",
     "range": "1:9:1:24"
    },
    {
     "newText": "\"/new_name.typ\"",
     "range": "2:9:2:23"
    }
   ],
   "textDocument": {
    "uri": "s1.typ",
    "version": null
   }
  },
  {
   "kind": "rename",
   "newUri": "new_name.typ",
   "oldUri": "content.typ"
  }
 ]
}