next.js
Add source map support for server components/actions in the browser
#71042
Merged

Add source map support for server components/actions in the browser #71042

unstubbable merged 29 commits into canary from find-source-map-url
unstubbable
ijjk ijjk added created-by: Next.js team
ijjk ijjk added tests
ijjk ijjk added type: next
unstubbable unstubbable changed the title WIP: Add source map support for server components/actions in the client WIP: Add source map support for server components/actions in the browser 1 year ago
unstubbable unstubbable force pushed from eaa72cba to a6bc88bb 1 year ago
ijjk
ijjk
unstubbable unstubbable force pushed from a6bc88bb 1 year ago
unstubbable unstubbable force pushed to dc989ce6 1 year ago
unstubbable unstubbable changed the title WIP: Add source map support for server components/actions in the browser Add source map support for server components/actions in the browser 1 year ago
unstubbable unstubbable force pushed from dc989ce6 1 year ago
unstubbable unstubbable changed the base branch from canary to fix-hot-reloader-middlewares 1 year ago
unstubbable
Base automatically changed from fix-hot-reloader-middlewares to canary 1 year ago
unstubbable unstubbable force pushed to b55dca62 1 year ago
unstubbable unstubbable marked this pull request as ready for review 1 year ago
unstubbable unstubbable requested a review from eps1lon eps1lon 1 year ago
eps1lon
eps1lon commented on 2024-10-10
unstubbable Extract resuable `getSource` function from `getOverlayMiddleware`
3b25dfb6
unstubbable Implement source map dev middleware for Webpack
9698f9c9
unstubbable Support loading `.map` files
055bb1eb
unstubbable Add example warning to test component stack
82730ff0
unstubbable Support loading map files for `/_next/static` resources
21fb9ffc
unstubbable Remove `findSourceMapURL` mock
fea812a6
unstubbable Use a separate server action for client page
612585fa
unstubbable Simplify warning in server component
5f7bebdc
unstubbable Do not tree-shake server actions in dev mode
6ae77018
unstubbable Avoid creating a stack frame object if middleware does not match
326acd1c
unstubbable Fix lookup of client module ids
da142a0e
unstubbable Update actions-simple README
1a642b71
unstubbable Add inline server action to server component page
f16e2196
unstubbable In production, omit `findSourceMapURL` from main chunk
8029fb84
unstubbable Re-add accidentally deleted export of `parseStack`
e4cf8f9c
unstubbable Return `400` if `filename` param is missing
aa132534
unstubbable Add source map middleware to Turbopack hot reloader
9cb8afa8
unstubbable Fix dev overlay code frame for Webpack
15818f38
unstubbable Fix dev overlay code frame for Turbopack
e9ce4235
unstubbable Move `createStackFrame` back to middleware module
659d058b
unstubbable Remove redundant regex replacement
e32a7aba
unstubbable Add example comments to regex replacements
7d361c05
unstubbable unstubbable force pushed from b55dca62 to 7d361c05 1 year ago
eps1lon
eps1lon commented on 2024-10-11
unstubbable Move and rename test app
5693840c
eps1lon
eps1lon commented on 2024-10-11
unstubbable Propagate errors in `getSourceMapFromFile`
8f09588d
unstubbable Don't assume a React environment name matches `\w+`
499327c2
unstubbable unstubbable force pushed to 499327c2 1 year ago
unstubbable Skip loading stack frames if filename is `file://`
87a32241
unstubbable Remove `file://` from filenames before reading from fs
08199df1
unstubbable Include filename in error of source map can't be parsed
efdee015
unstubbable Fix existence check for `originalStackFrameResponse`
2112a2c4
eps1lon
eps1lon approved these changes on 2024-10-11
unstubbable unstubbable enabled auto-merge (squash) 1 year ago
unstubbable unstubbable merged 49070443 into canary 1 year ago
unstubbable unstubbable deleted the find-source-map-url branch 1 year ago
github-actions github-actions added locked
github-actions github-actions locked as resolved and limited conversation to collaborators 1 year ago

Login to write a write a comment.

Login via GitHub

Reviewers
Assignees
No one assigned
Labels
Milestone