Type Definitions
Condition(state) → {Boolean}
Parameters
-
state
PathStateThe state of the path as discovered by Fairu.
Returns
-
Boolean
Source
DiscoverErrorHandler(err, state) → {Error}
Parameters
-
err
ErrorThe error being caught.
-
state
PathStateThe state of discovery surrounding a particular path.
Returns
-
ErrorReturn
nullto stop processing the error and don't throw, or return an Error object to continue processing and possibly throw (if enabled).
Source
Path(p) → {String}
Parameters
-
p
path.PlatformPathThe path module for constructing file-system paths.
Returns
-
String
Source
PathStateCreate(targetPath) → {PathState}
Parameters
-
targetPath
StringThe path utility for constructing file-system paths.