Open
Bug 1744958
Opened 4 years ago
Updated 2 years ago
Remove unused project dependency
Categories
(Firefox :: Messaging System, task, P5)
Firefox
Messaging System
Tracking
()
NEW
People
(Reporter: andreio, Unassigned)
References
(Depends on 1 open bug)
Details
Class syntax is supported in node 12 so we should remove the plugin dependency. The other two we are using coalescing operator and optional chaining have been added in node 14 we still need them.
Reporter | ||
Comment 1•4 years ago
|
||
Oh turns out we can't, we're using class static variables in ASRouterParent which is not supported.
Reporter | ||
Updated•4 years ago
|
Assignee: andrei.br92 → nobody
Priority: P1 → P5
You need to log in
before you can comment on or make changes to this bug.
Description
•