Skip to main content
Very Popular
Go to Latest
method Application.prototype.checkCompilationSideEffect
Re-export
import { Application } from "https://deno.land/x/aleph@v0.3.0-alpha.2/server/mod.ts";

check compilation side-effect caused by dependency graph.

Parameters

url: string
optional
callback: (mod: Module) => void