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.addSourceFilesAtPaths
import { Project } from "https://deno.land/x/fresh@1.1.5/src/dev/deps.ts";

Adds source files based on file globs.

Parameters

fileGlobs: string | ReadonlyArray<string>
  • File glob or globs to add files based on.

Returns

SourceFile[]

The matched source files.