css_module_lexer

Function lex_dependencies

Source
pub fn lex_dependencies<'s>(
    input: &'s str,
    mode: Mode,
    handle_dependency: impl HandleDependency<'s>,
    handle_warning: impl HandleWarning<'s>,
)