pub fn parse_from_json(
    base_url: &Url,
    json_string: &str
) -> Result<ImportMapWithDiagnostics, ImportMapError>