Skip to main content
Module

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

Compile your Deno project to run on Node.js.
Go to Latest
method Node.prototype.getSymbolsInScope
import { Node } from "https://deno.land/x/deno2node@v1.7.1/src/deps.deno.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.