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

Make EcmascriptDevChunkContent public to other crates #7160

Merged
merged 1 commit into from
Jan 30, 2024

Conversation

wbinnssmith
Copy link
Member

@wbinnssmith wbinnssmith commented Jan 30, 2024

This is needed to read source map data to trace sourcemaps in Next.js

Closes PACK-2317

This is needed to read source map data to trace sourcemaps in Next.js
Copy link

vercel bot commented Jan 30, 2024

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

Name Status Preview Comments Updated (UTC)
examples-basic-web 🔄 Building (Inspect) Visit Preview Jan 30, 2024 2:43am
examples-kitchensink-blog 🔄 Building (Inspect) Visit Preview 💬 Add feedback Jan 30, 2024 2:43am
examples-native-web 🔄 Building (Inspect) Visit Preview Jan 30, 2024 2:43am
examples-svelte-web 🔄 Building (Inspect) Visit Preview Jan 30, 2024 2:43am
examples-vite-web 🔄 Building (Inspect) Visit Preview Jan 30, 2024 2:43am
rust-docs ❌ Failed (Inspect) Jan 30, 2024 2:43am
turbo-site ✅ Ready (Inspect) Visit Preview Jan 30, 2024 2:43am
4 Ignored Deployments
Name Status Preview Comments Updated (UTC)
examples-designsystem-docs ⬜️ Ignored (Inspect) Visit Preview Jan 30, 2024 2:43am
examples-gatsby-web ⬜️ Ignored (Inspect) Visit Preview Jan 30, 2024 2:43am
examples-nonmonorepo ⬜️ Ignored (Inspect) Visit Preview Jan 30, 2024 2:43am
examples-tailwind-web ⬜️ Ignored (Inspect) Visit Preview Jan 30, 2024 2:43am

@wbinnssmith wbinnssmith requested a review from a team as a code owner January 30, 2024 02:41
wbinnssmith added a commit to vercel/next.js that referenced this pull request Jan 30, 2024
Requires vercel/turborepo#7160

Previously, we attempted to trace stacks through the source map for the entire chunk rather than the map for the chunk update.

Test Plan: Now passing event handler error test in `acceptance-app/error-recovery.ts`
Copy link
Contributor

🟢 Turbopack Benchmark CI successful 🟢

Thanks

Copy link
Contributor

✅ This change can build next-swc

Copy link
Contributor

github-actions bot commented Jan 30, 2024

⚠️ CI failed ⚠️

The following steps have failed in CI:

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

See workflow summary for details

@wbinnssmith wbinnssmith requested review from sokra and kwonoj January 30, 2024 02:52
@sokra sokra merged commit 08e0962 into main Jan 30, 2024
51 of 54 checks passed
@sokra sokra deleted the wbinnssmith/chunk-content-pub branch January 30, 2024 08:53
sokra pushed a commit to vercel/next.js that referenced this pull request Jan 30, 2024
# Turbopack changes
* vercel/turborepo#7160 <!-- Will Binns-Smith - Make
`EcmascriptDevChunkContent` public to other crates -->
* vercel/turborepo#7162 <!-- Tim Neutkens - Fix
sourcemap PR compile error -->
* vercel/turborepo#7163 <!-- Donny/강동윤 - fix: Revert
`preset-env` mode of `styled-jsx` in turbopack -->


### What?

Update turbopack

### Why?

To apply vercel/turborepo#7163

### How?



Closes PACK-2323
ForsakenHarmony pushed a commit to vercel/next.js that referenced this pull request Jul 25, 2024
…repo#7160)

This is needed to read source map data to trace sourcemaps in Next.js


Closes PACK-2317
ForsakenHarmony pushed a commit to vercel/next.js that referenced this pull request Jul 29, 2024
…repo#7160)

This is needed to read source map data to trace sourcemaps in Next.js


Closes PACK-2317
ForsakenHarmony pushed a commit to vercel/next.js that referenced this pull request Jul 29, 2024
…repo#7160)

This is needed to read source map data to trace sourcemaps in Next.js


Closes PACK-2317
ForsakenHarmony pushed a commit to vercel/next.js that referenced this pull request Aug 1, 2024
…repo#7160)

This is needed to read source map data to trace sourcemaps in Next.js


Closes PACK-2317
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.

3 participants