Skip to main content
Module

x/aleph/server/mod.ts>Application#compile

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

compile a moudle by given url, then cache on the disk.

Parameters

url: string
optional
options: { sourceCode?: string; forceCompile?: boolean; once?: boolean; } = [UNSUPPORTED]

Returns

Promise<Module>