Skip to main content
Module

x/deno2node/src/deps.deno.ts>TypeChecker#getSymbolsInScope

Compile your Deno project to run on Node.js.
Go to Latest
method TypeChecker.prototype.getSymbolsInScope
import { TypeChecker } from "https://deno.land/x/deno2node@v1.7.1/src/deps.deno.ts";

Gets the symbols in the scope of the provided node.

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

Parameters

node: Node
  • Node to check the scope for.
meaning: SymbolFlags
  • Meaning of symbol to filter by.