module Zeitwerk::Loader::Config

def do_not_eager_load(*paths)

@sig (*(String | Pathname | Array[String | Pathname])) -> void

in those files are still autoloadable.
Let eager load ignore the given files or directories. The constants defined
def do_not_eager_load(*paths)
  mutex.synchronize { eager_load_exclusions.merge(expand_paths(paths)) }
end