···22 * All of these regions should have a `.poly` and a `-latest.osm.pbf` file
33 * associated to them.
44 */
55-import * as cheerio from 'npm:cheerio'
55+import * as cheerio from 'cheerio'
6677const baseURL = 'https://download.geofabrik.de/'
88const regions = new Set()
···4747 await Promise.all(childrenResp)
4848}
49495050-async function parseGeofabrikDirectory(html: string) {
5050+function parseGeofabrikDirectory(html: string) {
5151 const $ = cheerio.load(html)
5252 const rows = $('tr')
5353