Detects hoisting conflicts in the dependency tree.
When multiple packages depend on different versions of the same package, only one can be hoisted to the top level.
Summary
Functions
Checks if there are any hoisting conflicts.
Counts the number of hoisting conflicts.
Finds packages with conflicting version requirements.
Formats conflict report.
Functions
Checks if there are any hoisting conflicts.
@spec count(map()) :: non_neg_integer()
Counts the number of hoisting conflicts.
Finds packages with conflicting version requirements.
Formats conflict report.