[Webkit-unassigned] [Bug 110493] Web Inspector: Segment built files by module boundaries as alternative to sourceURL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 21 15:55:23 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=110493





--- Comment #4 from James Burke <jrburke at gmail.com>  2013-02-21 15:57:46 PST ---
(In reply to comment #3)
> How about generating a source-map from the bundle to the original source?

For me, source maps are a bit unwieldy to use, and it should be possible to get these benefits without needing to resort to source maps, particularly when minification is not involved.

Source maps seem to deal with file paths, where modules with IDs are not directly tied to specific file paths. In the case of a reusable library that is made up of some internal modules, it does not seem to align with an approach that is file path-based.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list