You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason on 0.162 the deno/doc doesn't work on my module, but the 0.161 works fine, not sure whether there was something changed in url resolution
PS C:\Users\local\Documents\GitHub\mizu> deno --version
deno 2.1.4 (stable, release, x86_64-pc-windows-msvc)
v8 13.0.245.12-rusty
typescript 5.6.2
PS C:\Users\local\Documents\GitHub\mizu> deno run -A .\test.ts
0.161 OK
0.162 Error: relative URL without a base
at __wbg_new_28c511d9baebfa89 (https://jsr.io/@deno/doc/0.162.1/deno_doc_wasm.generated.js:651:19)
at <anonymous> (wasm://wasm/011a3ff2:1:136374)
at <anonymous> (wasm://wasm/011a3ff2:1:3139281)
at <anonymous> (wasm://wasm/011a3ff2:1:3723228)
at __wbg_adapter_51 (https://jsr.io/@deno/doc/0.162.1/deno_doc_wasm.generated.js:290:6)
at real (https://jsr.io/@deno/doc/0.162.1/deno_doc_wasm.generated.js:274:14)
at ext:core/01_core.js:291:9
at eventLoopTick (ext:core/01_core.js:175:7)
The text was updated successfully, but these errors were encountered:
For some reason on 0.162 the deno/doc doesn't work on my module, but the 0.161 works fine, not sure whether there was something changed in url resolution
About the project:
Minimal repro
Example output
The text was updated successfully, but these errors were encountered: