class Importmap::Map

def module_path_from(filename, mapping)

def module_path_from(filename, mapping)
  [ mapping.path || mapping.under, filename.to_s ].compact.reject(&:empty?).join("/")
end