Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/mesozoic/lib/types.ts>ModuleGraph#free

A generic build system for Deno web apps
Go to Latest
method ModuleGraph.prototype.free
Re-export
import { ModuleGraph } from "https://deno.land/x/mesozoic@v1.0.0-alpha.15/lib/types.ts";

Explicitly free the memory used by the module graph. The web assembly bindings does use weak references, meaning that the memory should be automatically garbage collected when the graph falls out of use.