Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/aleph/server/aleph.ts>Aleph#lookupDeps

The Full-stack Framework in Deno.
Very Popular
Go to Latest
method Aleph.prototype.lookupDeps
import { Aleph } from "https://deno.land/x/aleph@v0.3.0-beta.12/server/aleph.ts";

lookup app deps recurively.

Parameters

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