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

feat(turbopack-ecmascript): cache external modules with wrapper #7742

Merged

Conversation

ForsakenHarmony
Copy link
Contributor

Description

This should prevent issues when an external module is removed from the require cache leading to 2 version used from the bundle.

Copy link

vercel bot commented Mar 15, 2024

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

Name Status Preview Comments Updated (UTC)
examples-nonmonorepo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 11, 2024 8:18pm
examples-vite-web 🔄 Building (Inspect) Visit Preview 💬 Add feedback Apr 11, 2024 8:18pm
rust-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 11, 2024 8:18pm
7 Ignored Deployments
Name Status Preview Comments Updated (UTC)
examples-basic-web ⬜️ Ignored (Inspect) Visit Preview Apr 11, 2024 8:18pm
examples-designsystem-docs ⬜️ Ignored (Inspect) Visit Preview Apr 11, 2024 8:18pm
examples-gatsby-web ⬜️ Ignored (Inspect) Visit Preview Apr 11, 2024 8:18pm
examples-kitchensink-blog ⬜️ Ignored (Inspect) Visit Preview Apr 11, 2024 8:18pm
examples-native-web ⬜️ Ignored (Inspect) Visit Preview Apr 11, 2024 8:18pm
examples-svelte-web ⬜️ Ignored (Inspect) Visit Preview Apr 11, 2024 8:18pm
examples-tailwind-web ⬜️ Ignored (Inspect) Visit Preview Apr 11, 2024 8:18pm

Copy link
Contributor

github-actions bot commented Mar 18, 2024

🟢 Turbopack Benchmark CI successful 🟢

Thanks

Copy link
Contributor

github-actions bot commented Mar 18, 2024

✅ This change can build next-swc

Copy link
Contributor

github-actions bot commented Mar 18, 2024

⚠️ CI failed ⚠️

The following steps have failed in CI:

  • Turbopack Rust tests (mac/win, non-blocking)

See workflow summary for details

@ForsakenHarmony ForsakenHarmony merged commit 0417d4b into main Apr 11, 2024
48 of 50 checks passed
@ForsakenHarmony ForsakenHarmony deleted the hrmny/pack-2622-cache-external-modules-during-evaluation branch April 11, 2024 21:26
ForsakenHarmony added a commit that referenced this pull request Apr 15, 2024
sokra pushed a commit that referenced this pull request Apr 15, 2024
ForsakenHarmony added a commit to vercel/next.js that referenced this pull request Jul 25, 2024
…el/turborepo#7742)

### Description

This should prevent issues when an external module is removed from the
require cache leading to 2 version used from the bundle.
ForsakenHarmony added a commit to vercel/next.js that referenced this pull request Jul 29, 2024
…el/turborepo#7742)

### Description

This should prevent issues when an external module is removed from the
require cache leading to 2 version used from the bundle.
ForsakenHarmony added a commit to vercel/next.js that referenced this pull request Jul 29, 2024
…el/turborepo#7742)

### Description

This should prevent issues when an external module is removed from the
require cache leading to 2 version used from the bundle.
ForsakenHarmony added a commit to vercel/next.js that referenced this pull request Aug 1, 2024
…el/turborepo#7742)

### Description

This should prevent issues when an external module is removed from the
require cache leading to 2 version used from the bundle.
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