Skip to content

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

Merged
merged 15 commits into from
Apr 10, 2025
Merged

rollup 4.39.0 #1353

merged 15 commits into from
Apr 10, 2025

Conversation

dai-shi
Copy link
Member

@dai-shi dai-shi commented Apr 4, 2025

fix #1342

I feel like there's huge room for improvement in build.ts.

Copy link

vercel bot commented Apr 4, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
waku ✅ Ready (Inspect) Visit Preview Apr 10, 2025 0:32am

Copy link

codesandbox-ci bot commented Apr 4, 2025

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.

Copy link

@Copilot Copilot AI left a 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,`

@dai-shi dai-shi marked this pull request as ready for review April 10, 2025 12:33
@dai-shi dai-shi merged commit 0087875 into main Apr 10, 2025
21 checks passed
@dai-shi dai-shi deleted the rollup-4-39.0 branch April 10, 2025 14:01
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.

waku build crashes while using [email protected]
1 participant