pub fn parse(
diagnostics: &mut FilesetDiagnostics,
text: &str,
path_converter: &RepoPathUiConverter,
) -> FilesetParseResult<FilesetExpression>
Expand description
Parses text into FilesetExpression
without bare string fallback.
pub fn parse(
diagnostics: &mut FilesetDiagnostics,
text: &str,
path_converter: &RepoPathUiConverter,
) -> FilesetParseResult<FilesetExpression>
Parses text into FilesetExpression
without bare string fallback.