source-map-visualization icon indicating copy to clipboard operation
source-map-visualization copied to clipboard

Support `sections` format

Open DavidSouther opened this issue 10 years ago • 7 comments

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

DavidSouther avatar Sep 07 '14 22:09 DavidSouther

Probably depends on https://github.com/mozilla/source-map/issues/16

DavidSouther avatar Sep 07 '14 22:09 DavidSouther

yep. Nobody supports the sections format by now...

sokra avatar Sep 08 '14 07:09 sokra

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 .

DavidSouther avatar Sep 08 '14 11:09 DavidSouther

I guess this could be done now since mozilla/source-map#127 has been merged.

lydell avatar Aug 26 '15 16:08 lydell

RN packager uses this format also.

LeoNatan avatar Jul 03 '17 15:07 LeoNatan

Update from the future: Basic sections support has landed back in the day, so this should no longer be blocked in general.

jkrems avatar Apr 13 '21 17:04 jkrems

In case it helps: I have tried adding basic sections support to https://evanw.github.io/source-map-visualization/.

evanw avatar Jun 28 '23 03:06 evanw