SelectionsFileLookupResult

A SelectionsFile associated with its file-system path.

struct SelectionsFileLookupResult {}

Members

Variables

absolutePath
NativePath absolutePath;

The absolute path to the dub.selections.json file (potentially inherited from a parent directory of the root package).

selectionsFile
SelectionsFile selectionsFile;

The parsed dub.selections.json file.

Meta