Module fileset

Source
Expand description

Functional language for selecting a set of paths.

Structs§

FilesetParseError
Error occurred during fileset parsing and name resolution.

Enums§

FilePattern
Basic pattern to match RepoPath.
FilePatternParseError
Error occurred during file pattern parsing.
FilesetExpression
AST-level representation of the fileset expression.
FilesetParseErrorKind
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§

FilesetDiagnostics
Manages diagnostic messages emitted during fileset parsing and name resolution.
FilesetParseResult
Result of fileset parsing and name resolution.