-
-
Notifications
You must be signed in to change notification settings - Fork 144
rollup 4.39.0 #1353
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
rollup 4.39.0 #1353
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
Comments suppressed due to low confidence (2)
packages/waku/src/lib/plugins/vite-plugin-rsc-entries.ts:48
- The conditional string concatenation using v.startsWith('./') within the template literal is somewhat unclear and could lead to unexpected outcomes. Consider refactoring this logic or adding a comment to clarify its intent and ensure consistent behavior.
` `case '${k}': return import(${v.startsWith('./') ? "'' + " : ''}'${v}');`
packages/waku/src/lib/builder/build.ts:233
- The mapping for SERVER_MODULE_MAP changes the generated path from a fixed "./${key}.js" to using the provided value from the map. Verify that this change is intentional and that the provided value is correct for all cases.
` val,`
fix #1342
I feel like there's huge room for improvement in build.ts.