js: Port Config to ESM
The Config module is shared between the main process, D-Bus services and tests, which previously prevented it from being ported to ESM. The previous commit removed the last outstanding blocker, so we can now port the last remaining module. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2880>
This commit is contained in:

committed by
Marge Bot

parent
9546860d05
commit
8a8539ee67
@ -10,7 +10,7 @@ import {programInvocationName, programArgs} from 'system';
|
||||
|
||||
const _ = Gettext.gettext;
|
||||
|
||||
const Config = imports.misc.config;
|
||||
import * as Config from '../misc/config.js';
|
||||
import {loadInterfaceXML} from '../misc/fileUtils.js';
|
||||
|
||||
const PortalHelperResult = {
|
||||
|
Reference in New Issue
Block a user