Open Bug 1096240 Opened 10 years ago Updated 2 years ago

Developer Tools: Chaining of SASS Source Maps

Categories

(DevTools :: Style Editor, defect, P3)

33 Branch
defect

Tracking

(Not tracked)

People

(Reporter: lists, Unassigned)

References

(Blocks 1 open bug)

Details

Chained source maps aren't resolved, e.g.:

default.css.map
    {
        "file": "default.css",
        "sources": ["header.scss", "footer.scss", "nav.scss"],
        "names": [],
        "version": 3,
        "mappings": "…",
    }

page.css.map
    {
        "file": "page.css",
        "sources": ["default.css", "content.scss"],
        "names": [],
        "version": 3,
        "mappings": "…",
    }

If I inspect a header element, I would expect the debugger to show me the CSS and line number of header.scss (like the developer tool in Chrome does), instead I get a line number of default.css.
Version: unspecified → 33 Branch
Oh, never mind the colon after "mappings", of course it isn't there in the original code.
comma, not colon. Sorry.
Status: UNCONFIRMED → NEW
Component: Developer Tools: Debugger → Developer Tools: Style Editor
Ever confirmed: true
Inspector bug triage (filter on CLIMBING SHOES).
Priority: -- → P3
Blocks: source-maps
Product: Firefox → DevTools
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.