pub fn get_condition_maps(
options: &mut ResolveOptions,
) -> impl Iterator<Item = &mut ResolutionConditions>
Expand description
Retrieves the ResolutionConditions of the “into” and “in” package resolution options, so that they can be manipulated together.
- “into” allows a package to control how it can be imported
- “in” controls how this package imports others