Hello guys,
I was browsing the gnome-shell source, and noticed the following code:
const ExtensionUtils = imports.misc.extensionUtils;
I was wondering where imports is defined, it seems it gets referenced a lot, but can’t seem to find where and how it is defined…
Kind regards,
Me…