mirror of
https://github.com/denoland/deno.git
synced 2024-11-29 16:30:56 -05:00
18 lines
438 B
JSON
18 lines
438 B
JSON
|
{
|
||
|
"moduleGraph1": {
|
||
|
"/mod.ts": {
|
||
|
"dependencies": [{
|
||
|
"kind": "import",
|
||
|
"range": [[0, 0], [0, 62]],
|
||
|
"specifier": "jsr:@denotest/module_graph@1/other.ts",
|
||
|
"specifierRange": [[0, 22], [0, 61]]
|
||
|
}, {
|
||
|
"kind": "import",
|
||
|
"range": [[1, 0], [1, 64]],
|
||
|
"specifier": "jsr:@denotest/no_module_graph@^0.1/mod.ts",
|
||
|
"specifierRange": [[1, 20], [1, 63]]
|
||
|
}]
|
||
|
}
|
||
|
}
|
||
|
}
|