Closed
Bug 1957013
Opened 5 months ago
Closed 5 months ago
Convert recording-utils.js to a ES module
Categories
(DevTools :: Performance Tools (Profiler/Timeline), task)
DevTools
Performance Tools (Profiler/Timeline)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1957016
People
(Reporter: julienw, Unassigned)
References
Details
(Whiteboard: [fxp])
recording-utils.js
is currently a CommonJS module. This was the standard in the Devtools codebase when this was written, however this limits the possibility to reuse it.
In this patch we convert it to an ESM which is the new way of writing modules in the Firefox codebase. This will make it easier to reuse.
Reporter | ||
Updated•5 months ago
|
Component: XPCOM → Performance Tools (Profiler/Timeline)
Product: Core → DevTools
Whiteboard: [fxp]
Updated•5 months ago
|
Reporter | ||
Comment 1•5 months ago
|
||
Actually I'm folding it to bug 1957016.
You need to log in
before you can comment on or make changes to this bug.
Description
•