class Importmap::Map

def pin_all_from(dir, under: nil, to: nil, preload: true)

def pin_all_from(dir, under: nil, to: nil, preload: true)
  clear_cache
  @directories[dir] = MappedDir.new(dir: dir, under: under, path: to, preload: preload)
end