pub fn lex_dependencies<'s>(
input: &'s str,
mode: Mode,
handle_dependency: impl FnMut(&Dependency<'s>),
handle_warning: impl HandleWarning<'s>,
) -> DependencyContext<'s>pub fn lex_dependencies<'s>(
input: &'s str,
mode: Mode,
handle_dependency: impl FnMut(&Dependency<'s>),
handle_warning: impl HandleWarning<'s>,
) -> DependencyContext<'s>