Function swc_core::css::parser::parse_input

source ·
pub fn parse_input<'a, T>(
    input: InputType<'a>,
    config: ParserConfig,
    errors: &mut Vec<Error>
) -> Result<T, Error>
where Parser<Input<'a>>: Parse<T>,
Available on crate features __css and css_parser only.
Expand description

Parse a given file as T.

If there are syntax errors but if it was recoverable, it will be appended to errors.