source-map-visualization
source-map-visualization copied to clipboard
Support `sections` format
Sourcemaps have a sections
format, allowing an array of subsourcemaps for joining files, etc. https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit#heading=h.535es3xeprgt
Probably depends on https://github.com/mozilla/source-map/issues/16
yep. Nobody supports the sections
format by now...
Google does, and chrome has for some time. On Sep 8, 2014 3:48 AM, "Tobias Koppers" [email protected] wrote:
yep. Nobody supports the sections format by now...
— Reply to this email directly or view it on GitHub https://github.com/sokra/source-map-visualization/issues/8#issuecomment-54785981 .
I guess this could be done now since mozilla/source-map#127 has been merged.
RN packager uses this format also.
Update from the future: Basic sections support has landed back in the day, so this should no longer be blocked in general.
In case it helps: I have tried adding basic sections
support to https://evanw.github.io/source-map-visualization/.