denoland / dotland

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

Symbol search results should prioritise default modules #2327

Closed kitsonk closed 1 year ago

kitsonk commented 2 years ago

Currently searching for assert returns quite a few clearly "internal" modules of a repo:

Third_Party_Modules___Deno

If a module has a default module, we should either not publish the symbols of the other modules inside that module or ensure they are a much lower priority after other modules indexes.

In the above example, we would want to see std and conditional_type_checks before the other modules.