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)

task

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.

Component: XPCOM → Performance Tools (Profiler/Timeline)
Product: Core → DevTools
Whiteboard: [fxp]

Actually I'm folding it to bug 1957016.

Status: NEW → RESOLVED
Closed: 5 months ago
Duplicate of bug: 1957016
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.