Skip to main content
Module

x/deno2node/src/deps.deno.ts>Project#getSourceFiles

Compile your Deno project to run on Node.js.
Go to Latest
method Project.prototype.getSourceFiles
import { Project } from "https://deno.land/x/deno2node@v1.7.1/src/deps.deno.ts";

Gets all the source files added to the project.

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

Parameters

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

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.