Extremely Popular
Go to Latest
method Project.prototype.addSourceFilesAtPaths
import { Project } from "https://dotland.deno.dev/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.