Interface: ParsePathInput
Argument for the parsePath function.
Properties
cwd
cwd:
string
The current working directory. Used to determine the target directory as an absolute path.
requiredPrefix?
optionalrequiredPrefix:string
The required prefix to enforce on the path. Must start with "./". Whatever is specified here will not be included in the groupName or targetName. Example: "./queries/"
requiredSuffix?
optionalrequiredSuffix:string
The required suffix to enforce on the path. Must start with ".".