Skip to content

dependabit / detector/src / getChangedFiles

Function: getChangedFiles()

ts
function getChangedFiles(files): ChangedFilesResult;

Defined in: packages/detector/src/diff-parser.ts:154

Identify files relevant for dependency analysis

Note: Filenames in relevantFiles preserve their original case from the commit. Case-insensitive matching is used for identification, but original casing is maintained for consistency with file system operations.

Parameters

ParameterType
filesCommitFile[]

Returns

ChangedFilesResult

Released under the MIT License.