Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
method Application.prototype.checkCompilationSideEffect
import { Application } from "https://deno.land/x/aleph@v0.3.0-alpha.4/server/app.ts";

check compilation side-effect caused by dependency graph.

Parameters

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