import { Node } from "https://deno.land/x/deno2node@v1.10.0/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.