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

x/sourcedep/language-service-interface.ts>ParseContext

A simple tool to get rough source code dependencies inside your app
Latest
type alias ParseContext
import { type ParseContext } from "https://deno.land/x/sourcedep@v1.0.3/language-service-interface.ts";
definition: { pathFilters: PathFilters; rootDir: string; files: string[]; currentFile: string; fileContent: string; lineNumber: number; line: string; nameResolver: (name: string) => string | null; languageOption: any; debugOutput: (...data: any[]) => void; }