Open
Bug 1671079
Opened 4 years ago
Updated 4 years ago
[META] Remove the need for mapping at build time
Categories
(DevTools :: Debugger, task)
DevTools
Debugger
Tracking
(Not tracked)
NEW
People
(Reporter: nchevobbe, Unassigned)
References
(Depends on 1 open bug)
Details
(Keywords: meta)
The debugger relies on a build step to do many things, and one of them is mapping some module names to their actual location in the devtools codebase (see https://searchfox.org/mozilla-central/rev/803b368879fa332e8e2c1840bf1ec164f7ed2c32/devtools/client/shared/build/build-debugger.js#18-46)
This shouldn't be necessary as we could directly import the full paths in the debugger codebase.
Let's use this bug as a meta and add smaller bugs for each mappings we need to take care of.
You need to log in
before you can comment on or make changes to this bug.
Description
•