extensions-app: Port to ESM

The extensions app is another part of the code base that is largely
separate from the main code base, and can therefore be ported to
ESM before the big switch.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2786>
This commit is contained in:
Florian Müllner 2023-05-25 21:23:24 +02:00
parent 612e04165e
commit 80ac32a268
4 changed files with 20 additions and 9 deletions

View file

@ -5,5 +5,6 @@ overrides:
- files:
- js/ui/init.js
- js/dbusServices/**
- subprojects/extensions-app/**
parserOptions:
sourceType: module