pub fn parse_into(
declarations: &mut SourcePropertyDeclaration,
context: &ParserContext<'_>,
input: &mut Parser<'_>,
) -> Result<(), ParseError>Expand description
Parse the given shorthand and fill the result into the
declarations vector.