Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
method ScriptLoader.prototype.onBuildContextEnd
import { ScriptLoader } from "https://deno.land/x/frugal@0.2.1/packages/loader_script/mod.ts";

A function called after all loader are done generating.

Since esbuild run as a background service and is not able to stop when deno stops, we must manually stop the background service before exiting deno.