Skip to main content
Module

x/aleph/server/app.ts>Application#lookupDeps

The Full-stack Framework in Deno.
Go to Latest
method Application.prototype.lookupDeps
import { Application } from "https://deno.land/x/aleph@v0.3.0-alpha.11/server/app.ts";

lookup deps recurively.

Parameters

url: string
callback: (dep: DependencyDescriptor) => false | void
optional
__tracing: Set<string> = [UNSUPPORTED]