Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/aleph/compiler/mod.ts>parseDeps

The Full-stack Framework in Deno.
Go to Latest
function parseDeps
import { parseDeps } from "https://deno.land/x/aleph@1.0.0-alpha.3/compiler/mod.ts";

fast transform without transpile code raw syntax

Parameters

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