Function parse

Source
pub fn parse(
    diagnostics: &mut FilesetDiagnostics,
    text: &str,
    path_converter: &RepoPathUiConverter,
) -> FilesetParseResult<FilesetExpression>
Expand description

Parses text into FilesetExpression without bare string fallback.