dotland
dotland copied to clipboard
[Archived] deno.land website
The website should be able to resolve semver symbols. Being able to use semver to dedupe dependencies is an important step towards facilitating the development of medium to large web...
I noticed that when I publish a module to deno.land/x, I tend to update the readme *after* creating a new version tag. And even if I update the readme before,...
Currently there appears to only be support for markdown readmes. If you try to use any other readme (e.g., Org), then no readme file will be detected, and documentation will...
``` $ deno run -A --no-check tools/wpt.ts -h Possible commands: setup Validate that your environment is configured correctly, or help you configure it. run Run all tests like specified in...
Followup to https://github.com/denoland/deno_registry2/issues/213 I'd submit a PR myself, but I'm unclear on what exactly the usage scenario for the subdirectory is, if separately versioned modules aren't supported.
Would be nice to have a warning on third-party modules when it contains broken dependencies (`deno info` fails)
https://deno.land/[email protected]/contributing/architecture#schematic-diagram `libdeno` is replaced with `rusty_v8`. This needs to be reflected in the diagram.
Order version tags in the deno.land third party modules drop-down versions list by semantic version number (ignoring the 'v' prefix). Currently (1) if a Github project containing a mix of...