Enable modules in the GUI

Doesn't actually change a GUI-page to use modules. Adopting a GUI-page
now only requires JS and XML changes.

Ref: #8081
This commit is contained in:
phosit
2025-03-09 21:47:03 +01:00
committed by phosit
parent b8348bec55
commit 77b1addb45
15 changed files with 173 additions and 43 deletions
+2 -1
View File
@@ -152,8 +152,9 @@ private:
class ModuleLoader::Result
{
class iterator;
public:
class iterator;
explicit Result(const ScriptRequest& rq, const VfsPath& modulePath);
Result(const Result&) = delete;
Result& operator=(const Result&) = delete;