Closed
Bug 1938858
Opened 1 year ago
Closed 1 year ago
Remove jsm from contentMap
Categories
(DevTools :: General, task)
DevTools
General
Tracking
(firefox136 fixed)
RESOLVED
FIXED
136 Branch
| Tracking | Status | |
|---|---|---|
| firefox136 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Once the all JSM loader are removed, the jsm extension can be removed from the contentMap below.
// Map suffix to content type.
const contentMap = {
...
jsm: "text/javascript",
| Assignee | ||
Comment 1•1 year ago
|
||
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/ec87828493e9
Remove the jsm support from the source map loader. r=devtools-reviewers,nchevobbe
Comment 3•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox136:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 136 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•