Skip to main content
Module

x/aleph/server/deps.ts>parseDeps

The Full-stack Framework in Deno.
Very Popular
Go to Latest
function parseDeps
import { parseDeps } from "https://deno.land/x/aleph@1.0.0-beta.1/server/deps.ts";

Parse the deps of the modules.

Parameters

specifier: string
code: string
optional
options: Pick<TransformOptions, "importMap" | "lang"> = [UNSUPPORTED]

Returns

Promise<DependencyDescriptor[]>