apiland icon indicating copy to clipboard operation
apiland copied to clipboard

Third Party: Warn when there are broken dependencies

Open wperron opened this issue 4 years ago • 4 comments

Would be nice to have a warning on third-party modules when it contains broken dependencies (deno info fails)

wperron avatar Feb 18 '21 17:02 wperron

This would require to specify the library entrypoints though, or running deno info on top of each file, which can be problematic

Soremwar avatar Feb 18 '21 17:02 Soremwar

or running deno info on top of each file, which can be problematic

We already do this.

lucacasonato avatar Feb 18 '21 17:02 lucacasonato

I do wonder if this really makes sense, as an import from a third-party registry might fail due to flakiness, and this flakiness would make it look like it doesnt work.

crowlKats avatar Dec 26 '22 16:12 crowlKats

This can be implemented ie via an exclamation mark stating that the module during dependency evaluation was missing

crowlKats avatar Jun 15 '23 02:06 crowlKats