When adding a custom module with a name, e.g.:
```jsonc
{
...,
"custom/foo#bar": { },
...
}
```
The custom module does not retain the `bar` class as it should, because
all the classes are replaced with the runtime output:
|
||
|---|---|---|
| .. | ||
| modules | ||
| util | ||
| AIconLabel.hpp | ||
| ALabel.hpp | ||
| AModule.hpp | ||
| IModule.hpp | ||
| bar.hpp | ||
| client.hpp | ||
| config.hpp | ||
| factory.hpp | ||
| group.hpp | ||