Skip to main content
Module

x/ts_morph/ts_morph.d.ts>Node#forget

TypeScript Compiler API wrapper for static analysis and programmatic code changes.
Very Popular
Go to Latest
method Node.prototype.forget
import { Node } from "https://deno.land/x/ts_morph@15.1.0/ts_morph.d.ts";

Releases the node and all its descendants from the underlying node cache and ast.

This is useful if you want to improve the performance of manipulation by not tracking this node anymore.