Class CycleFreeFileCondition

Implements

Constructors

Properties

Methods

Constructors

Properties

matchPatternFileConditionBuilder: NegatedMatchPatternFileConditionBuilder

Methods

  • Executes the cycle detection check by analyzing import/export relationships. Only checks internal dependencies (within the project) and ignores external libraries.

    Parameters

    • Optional options: CheckOptions

      Optional check options including allowEmptyTests and logging

    Returns Promise<Violation[]>

    Promise<Violation[]> Array of violations representing detected cycles