Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Extremely Popular
Go to Latest
method Project.prototype.resolveSourceFileDependencies
import { Project } from "https://deno.land/x/fresh@1.1.5/src/dev/deps.ts";

Adds the source files the project's source files depend on to the project.

Returns

SourceFile[]

The added source files.