Skip to main content
Module

x/ts_morph/ts_morph.d.ts>Directory#addSourceFilesAtPaths

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

Add 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.