Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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://deno.land/x/fresh@1.1.3/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[]