RecursiveResolutionError class

A recursion was detected while trying to resolve a dependency

Signature:

export declare class RecursiveResolutionError extends ResolutionError 

Extends: ResolutionError

Remarks

Attempting to resolve dependencies recursively isn’t something this library can deal with, however caching via scopes can sometimes break dependency cycles that would normally fail with no caching.

Constructors

Constructor

Modifiers

Description

(constructor)(msg, resolutionPath)

Constructs a new instance of the RecursiveResolutionError class