Function css_module_lexer::lex_css_modules_dependencies

source ยท
pub fn lex_css_modules_dependencies<'s>(
    input: &'s str,
    handle_dependency: impl HandleDependency<'s>,
    handle_warning: impl HandleWarning<'s>
)