static RESOLVER: Lazy<Resolver>Expand description
Creates an oxc_resolver with the appropriate options for resolving import paths. Lazy static resolver instance - created once and reused for all resolution calls. This is thread-safe and avoids the overhead of creating a new resolver for each call.