method Application.prototype.lookupDepsimport { Application } from "https://dotland.deno.dev/x/aleph@v0.3.0-alpha.31/server/mod.ts"; lookupDeps(url: string,callback: (dep: DependencyDescriptor) => false | void,__tracing?: Set<string>,)lookup deps recurively. Parametersurl: stringcallback: (dep: DependencyDescriptor) => false | voidoptional__tracing: Set<string> = [UNSUPPORTED]