summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/jsr/registry/@denotest/module_graph/1.4.0_meta.json
blob: ff105b58ab9075479569b10e1c65046e190c9197 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "exports": {
    ".": "./mod.ts",
    "./other": "./other.ts"
  },
  "moduleGraph1": {
    "/mod.ts": {
      "dependencies": [{
        "kind": "import",
        "type": "static",
        "range": [[0, 0], [0, 35]],
        "specifier": "./other.ts",
        "specifierRange": [[0, 22], [0, 34]]
      }]
    },
    "/other.ts": {}
  }
}