blob: d1e9a96b92ea12bc3067d7b2cb414e58f95358cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"moduleGraph1": {
"/mod.ts": {
"dependencies": [{
"kind": "import",
"range": [[0, 0], [0, 35]],
"specifier": "./other.ts",
"specifierRange": [[0, 22], [0, 34]]
}]
},
"/other.ts": {}
}
}
|