Module

x/ultra/lib/build/types.ts>ModuleGraph#free

💎 Next-gen browser/server fluid React framework
Go to Latest
method ModuleGraph.prototype.free
import { ModuleGraph } from "https://dotland.deno.dev/x/ultra@v2.0.0-alpha.5/lib/build/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.