You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: namespace package calculation on windows (#3693)
Currently, when the repo computes the namespace package files on
Windows, it incorrectly computes the filename because of `C:` handling
and case-sensitivity, resulting in a repo-phase error.
To fix, modify the relative path computation functions to detect if the
platform is Windows and make comparisions case-insensitive.
0 commit comments