gnome-shell/js/dbusServices/extensions
Florian Müllner 612e04165e dbusServices: Port to ESM
We want to replace gjs' custom (and now legacy) imports system
with standard EcmaScript modules: JS developers are already
familiar with them, they have better tooling support and using
standard features over non-standard ones is generally the right
thing to do.

Our D-Bus services are separate from the main process, and thus
can be ported separately (except for the few imports that are
shared with the main process' code base).

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2786>
2023-06-21 13:26:42 +02:00
..
css
ui dbusServices/extensions: Use default style class 2022-02-08 19:11:19 +00:00
extensionPrefsDialog.js dbusServices: Port to ESM 2023-06-21 13:26:42 +02:00
extensionsService.js dbusServices: Port to ESM 2023-06-21 13:26:42 +02:00
main.js dbusServices: Port to ESM 2023-06-21 13:26:42 +02:00