Module

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

The Full-stack Framework in Deno.
Very Popular
Go to Latest
method Application.prototype.precompile
import { Application } from "https://dotland.deno.dev/x/aleph@v0.3.0-alpha.29/server/mod.ts";

Parameters

url: string
sourceContent: Uint8Array
contentType: string | null

Returns

Promise<{ code: string; type: SourceType; isStyle: boolean; map?: string; } | null>