Skip to content

dbusServices: Refactor service utilities from fileUtils into dbusUtils

As-is, fileUtils.js is imported both in services and in the UI process/files, thus converting fileUtils.js to ES modules would force services to also be migrated at the same time. This MR enables porting services to ECMAScript modules independently of the shell, by splitting DBus service utility functions into a new file, dbusUtils.js

Edited by Evan Welsh

Merge request reports