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

x/sourcedep/language-service.ts>parse

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

Parameters

dir: string
files: string[]
language: string
scanAll: boolean
strictMatch: boolean
pathFilters: PathFilters
callContext: CallContext