Convert to use ESM modules

See: https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1499
This commit is contained in:
2023-09-25 12:59:10 -04:00
parent 9a32a113b2
commit 22cb8cd311
7 changed files with 63 additions and 42 deletions

View File

@ -147,7 +147,7 @@ class GridSearchResult extends SearchResult {
}
});
const SearchResultsBase = GObject.registerClass({
export const SearchResultsBase = GObject.registerClass({
GTypeFlags: GObject.TypeFlags.ABSTRACT,
Properties: {
'focus-child': GObject.ParamSpec.object(