mirror of
https://github.com/denoland/deno.git
synced 2024-12-01 16:51:13 -05:00
b78c7130e9
This also updates deno_graph, which has the JSR change to use "exports". It's not yet useful atm, so I've made this PR a fix about the deno doc --lint error message improvements. I'll do a follow-up PR that adds exports to the deno.json
20 lines
468 B
JSON
20 lines
468 B
JSON
{
|
|
"exports": {
|
|
".": "./mod.ts"
|
|
},
|
|
"moduleGraph1": {
|
|
"/mod.ts": {
|
|
"dependencies": [{
|
|
"kind": "import",
|
|
"range": [[0, 0], [0, 59]],
|
|
"specifier": "jsr:@denotest/module_graph@1/other",
|
|
"specifierRange": [[0, 22], [0, 58]]
|
|
}, {
|
|
"kind": "import",
|
|
"range": [[1, 0], [1, 57]],
|
|
"specifier": "jsr:@denotest/no_module_graph@^0.1",
|
|
"specifierRange": [[1, 20], [1, 56]]
|
|
}]
|
|
}
|
|
}
|
|
}
|