class Importmap::Paths

def asset(name, path: nil)

def asset(name, path: nil)
  @files[name] = path || "#{name}.js"
end