Module

x/fresh/src/dev/deps.ts>Node#getSymbolsInScope

The next-gen web framework.
Extremely Popular
Go to Latest
method Node.prototype.getSymbolsInScope
import { Node } from "https://dotland.deno.dev/x/fresh@1.1.5/src/dev/deps.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.

Returns

Symbol[]