pub fn parse_from_value(
    base_url: &Url,
    json_value: Value
) -> Result<ImportMapWithDiagnostics, ImportMapError>