ModuleRoots

fun ModuleRoots(    fileManager: FileManager,     modulePath: String,     withFailures: (List<String>) -> Unit)

Construct a new ModuleRoots from the specified Avail roots path.

Parameters

fileManager

The associated FileManager.

modulePath

An Avail module path.

withFailures

A lambda that accepts List of the string ModuleRoots that failed to resolve.