denoland / dotland

[Archived] deno.land website
https://deno.land
MIT License
957 stars 626 forks source link

feat: display dependencies #2618

Closed crowlKats closed 1 year ago

crowlKats commented 1 year ago

Adds a list of dependencies under the version list on the info page for a module.

Examples: https://dotland--dependencies.deno.dev/x/fresh https://dotland--dependencies.deno.dev/x/oak

kt3k commented 1 year ago

How about placing Dependencies section above Versions section? I think dependencies are more interesting info to users than past versions.

kt3k commented 1 year ago

esm.sh section of fresh looks strange to me. Is this a known issue?

スクリーンショット 2022-12-08 14 16 43
crowlKats commented 1 year ago

yea the generated data from apiland is wrong; its something i will look into today

crowlKats commented 1 year ago

How about placing Dependencies section above Versions section? I think dependencies are more interesting info to users than past versions.

hm I am not sure. @hashrock what do you think?

hashrock commented 1 year ago

I agree! let's try

kt3k commented 1 year ago

FYI npm registry shows the tabs in the order of README -> Code -> Depenedencies -> Dependents -> Versions

crowlKats commented 1 year ago

PTAL