Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.16/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.