Skip to main content
Deno 2 is finally 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.18/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.