Skip to content

Conversation

@Uzlopak
Copy link
Contributor

@Uzlopak Uzlopak commented Nov 7, 2025

Checklist

@changeset-bot
Copy link

changeset-bot bot commented Nov 7, 2025

⚠️ No Changeset found

Latest commit: 5966193

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@netlify
Copy link

netlify bot commented Nov 7, 2025

Deploy Preview for agitated-mahavira-26f8f9 canceled.

Name Link
🔨 Latest commit 5966193
🔍 Latest deploy log https://app.netlify.com/projects/agitated-mahavira-26f8f9/deploys/6924fb1c82f623000809d7d2

@Uzlopak Uzlopak mentioned this pull request Nov 7, 2025
@ilteoood
Copy link
Contributor

@Uzlopak I've added a commit to make the tests work again. If you think it doesn't make any sense, feel free to revert

@Uzlopak Uzlopak force-pushed the use-ci-for-pr branch 2 times, most recently from 4f10f2c to 5966193 Compare November 25, 2025 00:40
@Uzlopak Uzlopak merged commit d37abdd into main Nov 25, 2025
13 checks passed
@Uzlopak Uzlopak deleted the use-ci-for-pr branch November 25, 2025 00:41
Comment on lines +131 to +133
const fixWin32Path = process.platform === 'win32'
? (filePath) => new URL(fileUrl(filePath))
: (filePath) => filePath
Copy link
Contributor

Choose a reason for hiding this comment

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

shouldn't this be extracted outside of this function?
We are re-creating the fix function on every invocation of loadBundle, but I don't think that the platform will change once is executed the first time.

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.

4 participants