apiland
apiland copied to clipboard
Third Party: Warn when there are broken dependencies
Would be nice to have a warning on third-party modules when it contains broken dependencies (deno info fails)
This would require to specify the library entrypoints though, or running deno info on top of each file, which can be problematic
or running deno info on top of each file, which can be problematic
We already do this.
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.
This can be implemented ie via an exclamation mark stating that the module during dependency evaluation was missing