mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
extensions/internals: Port to ESM
We got rid of all uses of extension utils code in the gnome-shell process itself, and everything that is now using it - including extensions - is already loaded as module. We can therefore quickly move the file to ESM, which will help a bit with upcoming changes. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2837>
This commit is contained in:
parent
d3f662fbf2
commit
55cf8cf4bb
3 changed files with 13 additions and 15 deletions
|
|
@ -8,6 +8,7 @@ overrides:
|
|||
- js/ui/scripting.js
|
||||
- js/misc/dependencies.js
|
||||
- js/dbusServices/**
|
||||
- js/extensions/**
|
||||
- js/portalHelper/**
|
||||
- subprojects/extensions-app/**
|
||||
- subprojects/extensions-tool/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue