Expand description
Functional language for selecting a set of paths.
Structs§
- Fileset
Parse Error - Error occurred during fileset parsing and name resolution.
Enums§
- File
Pattern - Basic pattern to match
RepoPath
. - File
Pattern Parse Error - Error occurred during file pattern parsing.
- Fileset
Expression - AST-level representation of the fileset expression.
- Fileset
Parse Error Kind - Categories of fileset parsing and name resolution error.
Functions§
- parse
- Parses text into
FilesetExpression
without bare string fallback. - parse_
maybe_ bare - Parses text into
FilesetExpression
with bare string fallback.
Type Aliases§
- Fileset
Diagnostics - Manages diagnostic messages emitted during fileset parsing and name resolution.
- Fileset
Parse Result - Result of fileset parsing and name resolution.