Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/sourcedep/util.ts>walkHierarchy

A simple tool to get rough source code dependencies inside your app
Latest
function walkHierarchy
import { walkHierarchy } from "https://deno.land/x/sourcedep@v1.0.3/util.ts";

Parameters

hierarchy: RecursiveObject
visitor: (parent: string, child: string) => void
optional
myName: string