Skip to main content
← Back to list
01Issue
BugShippedSwamp ClubTeam
Assigneeskeeb

Relationships

#887 Extension detail page shows deno doc module-not-found failure for published extension

Opened by evrardjp · 6/29/2026· Shipped 6/29/2026

The swamp.club extension detail page can show a Deno documentation generation failure for a published extension even though the extension was pushed successfully.

Example affected page: https://swamp-club.com/extensions/@evrardjp/capability-orchestrator

Observed behavior: The website displays this error on the extension page:

deno doc failed (code 1): Warning Module not found \"file:<redacted>
Warning Module not found \"file:<redacted>
error: Module not found \"file:<redacted>

Expected behavior: A successfully pushed extension should have its documentation rendered on swamp.club, or the page should show a clear actionable publishing/validation error if the extension bundle is missing something required for documentation generation.

Notes:

  • The extension push completed successfully.
  • The error appears to come from the website/server-side deno doc step rather than from the local push command.

Fix summary: This affects the extension registry website documentation generation path. The fix likely involves making the server-side deno doc invocation operate on the same resolved/bundled module graph accepted by extension publishing, or adding publish-time validation that rejects extensions whose generated docs would fail because of unresolved file imports.

02Bog Flow
OPENTRIAGEDIN PROGRESSSHIPPEDSHIPPED

Shipped

6/29/2026, 8:38:29 PM

Click a lifecycle step above to view its details.

03Sludge Pulse
keeb assigned keeb6/29/2026, 4:21:39 PM
Editable. Press Enter to edit.

evrardjp commented 6/29/2026, 2:43:18 PM

I didn't investigate it in details. I can show how I publish my extensions.

Note: I did not do deno doc in the past on my side, only did deno fmt, deno check, and deno test. If I need to extend my CI to deno doc, feel free to tell me

keeb commented 6/30/2026, 2:21:59 PM

thanks @evrardjp - this has been shipped and I re-scored your extension. You should be all set.

Sign in to post a ripple.