From b78c7130e9986ce41284f33a0803ecdf6dd6affd Mon Sep 17 00:00:00 2001 From: David Sherret Date: Fri, 10 Nov 2023 13:40:39 -0500 Subject: fix: improve `deno doc --lint` error messages (#21156) 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 --- .../testdata/jsr/registry/@denotest/module_graph/1.4.0_meta.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cli/tests/testdata/jsr/registry/@denotest/module_graph') diff --git a/cli/tests/testdata/jsr/registry/@denotest/module_graph/1.4.0_meta.json b/cli/tests/testdata/jsr/registry/@denotest/module_graph/1.4.0_meta.json index d1e9a96b9..8745d72b9 100644 --- a/cli/tests/testdata/jsr/registry/@denotest/module_graph/1.4.0_meta.json +++ b/cli/tests/testdata/jsr/registry/@denotest/module_graph/1.4.0_meta.json @@ -1,4 +1,8 @@ { + "exports": { + ".": "./mod.ts", + "./other": "./other.ts" + }, "moduleGraph1": { "/mod.ts": { "dependencies": [{ -- cgit v1.2.3