In deno_std, doc("../uuid/v3.ts") fails with the following error:
error: Uncaught (in promise) Error: Failed resolving '@std/bytes/concat' from 'file:///Users/asher/GitHub/deno_std/uuid/v3.ts'.
const ret = new Error(getStringFromWasm0(arg0, arg1));
^
at __wbg_new_28c511d9baebfa89 (https://jsr.io/@deno/doc/0.137.0/deno_doc_wasm.generated.js:413:19)
at <anonymous> (file:///Users/asher/Library/Application%20Support/deno-wasmbuild/5c20b0581dff8285e401f6db3eac71dc267669a3d8f93dc26797c7b359ce9fdb.wasm:1:88709)
at <anonymous> (file:///Users/asher/Library/Application%20Support/deno-wasmbuild/5c20b0581dff8285e401f6db3eac71dc267669a3d8f93dc26797c7b359ce9fdb.wasm:1:2428635)
at <anonymous> (file:///Users/asher/Library/Application%20Support/deno-wasmbuild/5c20b0581dff8285e401f6db3eac71dc267669a3d8f93dc26797c7b359ce9fdb.wasm:1:2872842)
at __wbg_adapter_48 (https://jsr.io/@deno/doc/0.137.0/deno_doc_wasm.generated.js:246:8)
at real (https://jsr.io/@deno/doc/0.137.0/deno_doc_wasm.generated.js:231:14)
at ext:core/01_core.js:302:9
at eventLoopTick (ext:core/01_core.js:168:7)
Issue
In
deno_std
,doc("../uuid/v3.ts")
fails with the following error:Steps to reproduce
cd
intodeno_std
.../uuid/v3.ts
to the Standard Library's Super Linter.deno task lint:docs
.Setup
@deno/doc
version: 0.137.0Notes
deno.json
file.