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
This is an umbrella issue that covers bug encountered during development but are due to upstream bugs.
Usually a workaround is found in the meantime (if possible) so this is more for maintainers' reference
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)
Node
npx tsx --test does not find tests on the github runner (but works as expected locally)
fixed: was using an outdated version of node
Bun
bun test currently ignores all tests wrapped by the mod_test.html test runner
NO FIXES, BUN COMPATIBILITY WITH WINDOWS CANNOT BE GUARANTEED ATM
Ref [1]:
# Unhandled error between tests
-------------------------------
Error:
at 2:1
1 | (function (entry, fetcher)
^
SyntaxError: Export named 'JSDOM' not found in module 'D:\a\mizu\mizu\node_modules\jsdom'.
-------------------------------
The text was updated successfully, but these errors were encountered:
Warning
This is an umbrella issue that covers bug encountered during development but are due to upstream bugs.
Usually a workaround is found in the meantime (if possible) so this is more for maintainers' reference
Scope
repo
Deno
npx tsx
cannot be run throughdeno task
deno task
: cannot run tsx denoland/deno#27166deno task
not mentioned in the doc denoland/docs#1270npm test
insteaddeno.jsonc
cannot useworkspaces: [ "@mizu/*" ]
because it breaks bundling resolutiondeno.jsonc
have somesleep 0
tasks as placeholder (empty command not supported)deno task
: support empty command if dependencies are specified denoland/deno#27165sleep 0
as placeholderdenoland/deployctl
github action does not behaves the same as the cli versionmizu/.github/workflows/ci.yml
Lines 61 to 63 in 7a03e8f
mizu/.github/tools/github_actions_deno_deploy.ts
Lines 16 to 25 in 7a03e8f
deployctl
conflicts with dependencies installed by npm jsr (e.g.Error: The deployment failed: npm package '@jsr/dprint__formatter' does not exist.
)mizu/.github/workflows/ci.yml
Line 64 in 7a03e8f
mizu/.github/tools/github_actions_deno_deploy.ts
Lines 10 to 14 in 7a03e8f
mod.html
filescleanUrls
natively for easy HTTP servingcleanUrls
option toserveDir
denoland/std#6232Deno doc
@deno/doc@^0.162.1
is not able to generate documentation for local modulesError: relative URL without a base
, but 0.161 works fine ? denoland/deno_doc#6800.161
Node
npx tsx --test
does not find tests on the github runner (but works as expected locally)Bun
bun test
currently ignores all tests wrapped by themod_test.html
test runnerbun test
ignores tests in subsequent files when using a test factory oven-sh/bun#11660oven-sh/setup-bun
to1.x
1.x
/1.0.x
result in400/404
response errors on install oven-sh/setup-bun#37latest
insteadnode-canvas
oven-sh/bun#5835 ?Ref [1]:
The text was updated successfully, but these errors were encountered: