Appearance
A request for a Source at the given path.
Source
type SourceRequest = { path: FilePath; isRoot: boolean; };
See FilePath.
FilePath
InputEvents.source
path
path: FilePath;
The requested file path.
isRoot
isRoot: boolean;
Whether the requested file is the root file.