I just upgraded to v3.1.0 and noticed that the imports calculation is broken.
instead of using N parents where N is the number of segments in an absolute strip_import_prefix, we instead want M-N parents where M is the number of segments to the current path and N is the number of segments in strip_import_prefix.
I just upgraded to v3.1.0 and noticed that the imports calculation is broken.
instead of using N parents where N is the number of segments in an absolute strip_import_prefix, we instead want M-N parents where M is the number of segments to the current path and N is the number of segments in strip_import_prefix.