Skip to main content
Module

x/ts_morph/mod.ts>Project#addSourceFilesAtPaths

TypeScript Compiler API wrapper for static analysis and programmatic code changes.
Very Popular
Go to Latest
method Project.prototype.addSourceFilesAtPaths
import { Project } from "https://deno.land/x/ts_morph@15.1.0/mod.ts";

Adds source files based on file globs.

Parameters

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

Returns

The matched source files.