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