eyalroz / removedupes

Remove Duplicate Messages
https://addons.thunderbird.net/en-US/thunderbird/addon/removedupes/
Other
87 stars 6 forks source link

Switch import mechanism for JSM modules to the v128-compatible one #224

Closed eyalroz closed 2 months ago

eyalroz commented 2 months ago

We need to replace every:

ChromeUtils.import("whatever.jsm");

with:

ChromeUtils.importESModule("whatever.sys.mjs");

as this is how TB 128 likes it.