Skip to main content
Module

x/ts_morph/mod.ts>Node#getSymbolsInScope

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

Gets the symbols in the scope of the node.

Note: This will always return the local symbols. If you want the export symbol from a local symbol, then use the #getExportSymbol() method on the symbol.

Parameters

meaning: SymbolFlags
  • Meaning of symbol to filter by.