Turbopack: Add `BeforeResolve` plugin type (#8165)
This adds a new plugin type for replacing resolution _before_ it occurs.
This allows plugin authors to intercept requests for modules in place of
the typical resolution strategy.
This is used to replace `ImportMapping` replacers for `@next/font/local`
in an upcoming Next.js PR