method Application.prototype.precompileimport { Application } from "https://dotland.deno.dev/x/aleph@v0.3.0-alpha.31/server/mod.ts"; precompile(url: string,sourceContent: Uint8Array,contentType: string | null,): Promise<{ code: string; type: SourceType; isStyle: boolean; map?: string; } | null>Parametersurl: stringsourceContent: Uint8ArraycontentType: string | nullReturnsPromise<{ code: string; type: SourceType; isStyle: boolean; map?: string; } | null>