Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FileListDiff

File list diff

Hierarchy

  • FileListDiff

Index

Properties

all

all: string[]

The list of files that are under both BaseDirDiff.left and BaseDirDiff.right.

baseDir

baseDir: BaseDirDiff

The base directories of 2 diff target.

leftOnly

leftOnly: string[]

The list of files that are only under BaseDirDiff.left.

rightOnly

rightOnly: string[]

The list of files that are only under BaseDirDiff.right.

Generated using TypeDoc