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

apply compilation side-effect caused by dependency graph breaking.

Parameters

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