array of files (absolute paths) inside the given rootPath
array of modules, 1:1 mapped to the filePaths compiled from source
the folder where the files are located
Convenience method for loading files recursively from a folder. Returns an array of file paths as strings. Will be called from the constructor with the pre-filled rootPath.
the absolute path where to search for files from
Read and compile a javascript module directly. Is NOT cached and does NOT use the native 'require' naively. This should work even when mocked.
Generated using TypeDoc
A Directory is the physical representation of a grouped list of files. While a Folder is a virtual abstraction, the Directory does load all files located at the path into memory.