diff options
Diffstat (limited to 'tests/registry/jsr/@denotest/module-graph/1.4.0_meta.json')
-rw-r--r-- | tests/registry/jsr/@denotest/module-graph/1.4.0_meta.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/registry/jsr/@denotest/module-graph/1.4.0_meta.json b/tests/registry/jsr/@denotest/module-graph/1.4.0_meta.json new file mode 100644 index 000000000..6cd99b42b --- /dev/null +++ b/tests/registry/jsr/@denotest/module-graph/1.4.0_meta.json @@ -0,0 +1,17 @@ +{ + "exports": { + ".": "./mod.ts", + "./other": "./other.ts" + }, + "moduleGraph1": { + "/mod.ts": { + "dependencies": [{ + "kind": "import", + "type": "static", + "specifier": "./other.ts", + "specifierRange": [[0, 22], [0, 34]] + }] + }, + "/other.ts": {} + } +} |