Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
method Application.prototype.checkCompilationSideEffect
Re-export
import { Application } from "https://deno.land/x/aleph@0.3.0-alpha.2/server/mod.ts";

check compilation side-effect caused by dependency graph.

Parameters

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