Module

x/fresh/src/dev/deps.ts>Project#getSourceFiles

The next-gen web framework.
Extremely Popular
Go to Latest
method Project.prototype.getSourceFiles
import { Project } from "https://dotland.deno.dev/x/fresh@1.1.5/src/dev/deps.ts";

Gets all the source files added to the project.

Returns

SourceFile[]

Gets all the source files added to the project that match a pattern.

Parameters

globPattern: string
  • Glob pattern for filtering out the source files.

Returns

SourceFile[]

Gets all the source files added to the project that match the passed in patterns.

Parameters

globPatterns: ReadonlyArray<string>
  • Glob patterns for filtering out the source files.

Returns

SourceFile[]