pub fn parser_text_with_resolver(
text: &str,
initial_path: Option<&str>,
resolver: &mut dyn IncludeResolver,
) -> ParserResult<Specification>pub fn parser_text_with_resolver(
text: &str,
initial_path: Option<&str>,
resolver: &mut dyn IncludeResolver,
) -> ParserResult<Specification>