tinymist-query 0.14.14-rc1

Language queries for tinymist.
---
source: crates/tinymist-query/src/analysis.rs
expression: "JsonRepr::new_pure(dependencies)"
input_file: crates/tinymist-query/src/fixtures/modules/base.typ
snapshot_kind: text
---
[
 {
  "dependencies": [],
  "dependents": [
   "/s1.typ"
  ],
  "id": "/may_import.typ"
 },
 {
  "dependencies": [
   "/may_import.typ"
  ],
  "dependents": [],
  "id": "/s1.typ"
 }
]