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

check compilation side-effect caused by dependency graph.

Parameters

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