module Opal::BuilderScheduler::Prefork::OrderCorrector

def expand_requires(requires, builder)

we can access an `expand_ext` function from its context.
matching BuilderProcessor#. Builder needs to be passed so that
Expand a requires array, so that the requires filenames will be
def expand_requires(requires, builder)
  requires.map { |i| builder.expand_ext(i) }
end