Closed
Bug 1794694
Opened 2 years ago
Closed 2 years ago
Fold devtools-wasm-dwarf into devtools-source-map package
Categories
(DevTools :: Debugger, enhancement)
DevTools
Debugger
Tracking
(firefox108 fixed)
RESOLVED
FIXED
108 Branch
Tracking | Status | |
---|---|---|
firefox108 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
For now, the debugger ships two inlined npm packages in:
https://searchfox.org/mozilla-central/source/devtools/client/debugger/packages
- devtools-wasm-dwarf
- devtools-source-map
But devtools-wasm-dwarf could easily be inlined into devtools-source-map.
This will make migrating these two codebases to regular devtools modules easier when moved all at once (bug 1794693).
Assignee | ||
Comment 1•2 years ago
|
||
Having two distinct packages doesn't look so helpful.
Updated•2 years ago
|
Assignee: nobody → poirot.alex
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•2 years ago
|
||
This seems to have no impact on anything.
Also removing some other useless attributes in package.json.
Pushed by apoirot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/731e3f1c80c2
[devtools] Fold devtools-wasm-dwarf into devtools-source-map package. r=bomsy
https://hg.mozilla.org/integration/autoland/rev/c4abafbb50c6
[devtools] Remove async to generated source map dependency. r=bomsy
Comment 4•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/731e3f1c80c2
https://hg.mozilla.org/mozilla-central/rev/c4abafbb50c6
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox108:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 108 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•