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