Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: windows path checking #864

Merged
merged 1 commit into from
Oct 31, 2024
Merged

fix: windows path checking #864

merged 1 commit into from
Oct 31, 2024

Conversation

vitoUwu
Copy link
Contributor

@vitoUwu vitoUwu commented Oct 31, 2024

This PR fixes some path checking on recursive importing that are related to local apps.

Before this fix, when running on windows a lot of classes were removed because the resolveRecursively was skipping the local app path since path.includes(localAppsFolder) was comparing different type of separators and the import wasn't occurring

image

Copy link
Contributor

Tagging Options

Should a new tag be published when this PR is merged?

  • 👍 for Patch 1.106.3 update
  • 🎉 for Minor 1.107.0 update
  • 🚀 for Major 2.0.0 update

Copy link
Contributor

@mcandeia mcandeia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for you contribution!

@vitoUwu vitoUwu merged commit 8bde8b5 into main Oct 31, 2024
4 checks passed
@vitoUwu vitoUwu deleted the fix/windows-css branch October 31, 2024 22:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants