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
That module works great in Deno projects with an import map that assigns a Preact ESM URL to the react specifier.
I would absolutely 😍 love 😍 to be able to just link to Deno docs in the readme for all my universal Node.js/Deno packages that rely on import maps, instead of maintaining complicated API docs markdown by hand. Hardcoded docs can have mistakes that get permanently published for that package version; whereas having docs generated on demand allows them to just get better and better over time as Deno docs improves, for all versions of the package.
The text was updated successfully, but these errors were encountered:
Ideally there would be a way to specify, perhaps in a URL parameter, an import map that goes along with the documented module.
There could be UI to tweak the import map, which would update the parameter in the URL and regenerate the docs.
For example, the docs for this module breaks due to the bare
react
import specifier:https://doc.deno.land/https://unpkg.com/[email protected]/waterfallRender.mjs
That module works great in Deno projects with an import map that assigns a Preact ESM URL to the
react
specifier.I would absolutely 😍 love 😍 to be able to just link to Deno docs in the readme for all my universal Node.js/Deno packages that rely on import maps, instead of maintaining complicated API docs markdown by hand. Hardcoded docs can have mistakes that get permanently published for that package version; whereas having docs generated on demand allows them to just get better and better over time as Deno docs improves, for all versions of the package.
The text was updated successfully, but these errors were encountered: