react/fixtures/flight-parcel
Devon Govett f82c662b8d
[Flight Parcel] Implement findSourceMapURL (#32294)
This implements `findSourceMapURL` in react-server-dom-parcel, enabling
source maps for replayed server errors on the client. It utilizes a new
endpoint in the Parcel dev server that returns the source map for a
given bundle/file. The error overlay UI has also been updated to handle
these stacks. See https://github.com/parcel-bundler/parcel/pull/10082

Also updated the fixture to the latest Parcel canary. A few APIs have
changed. We do have a higher level library wrapper now (`@parcel/rsc`
added in https://github.com/parcel-bundler/parcel/pull/10074) but I left
the fixture using the lower level APIs directly here since it is easier
to see how react-server-dom-parcel is used.
2025-02-04 14:17:13 -05:00
..
src [Flight Parcel] Implement findSourceMapURL (#32294) 2025-02-04 14:17:13 -05:00
.gitignore Implement react-server-dom-parcel (#31725) 2024-12-11 22:58:51 -05:00
package.json [Flight Parcel] Implement findSourceMapURL (#32294) 2025-02-04 14:17:13 -05:00
tsconfig.json Implement react-server-dom-parcel (#31725) 2024-12-11 22:58:51 -05:00
types.d.ts [Flight Parcel] Implement prepareDestinationForModule (#31799) 2024-12-31 13:13:43 -05:00
yarn.lock [Flight Parcel] Implement findSourceMapURL (#32294) 2025-02-04 14:17:13 -05:00