Skip to content

fix: use file paths for dynamic imports#1844

Merged
erickzhao merged 2 commits intomainfrom
fix/await-import-file-paths
Oct 14, 2025
Merged

fix: use file paths for dynamic imports#1844
erickzhao merged 2 commits intomainfrom
fix/await-import-file-paths

Conversation

@erickzhao
Copy link
Copy Markdown
Member

Attempts to address the current Canary CI failure on Windows:

Only URLs with a scheme in: file, data, and node are supported by the default ESM loader. On Windows, absolute paths must be valid file:// URLs. Received protocol 'd:'

It's curious that this didn't get caught in our CI tests pre-merge, but here's a PR addressing outstanding await import calls.

@erickzhao erickzhao requested a review from a team as a code owner October 14, 2025 21:35
Copy link
Copy Markdown
Member

@MarshallOfSound MarshallOfSound left a comment

Choose a reason for hiding this comment

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

Approving in principle, but in reality CI sad

@erickzhao erickzhao merged commit 640ee9b into main Oct 14, 2025
6 checks passed
@erickzhao erickzhao deleted the fix/await-import-file-paths branch October 14, 2025 22:19
@continuous-auth
Copy link
Copy Markdown

🎉 This PR is included in version 19.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants