This question may look duplicated, but it's a bit different from my previous ones.
I want to know how can a plugin unpack other plugins during it's startup sequence. There is a special class on the core, pluginSwitcher that registers and deregisters plugins, so seems to be possible. I noticed that such class is only being used for themes, languages and that stuff, so maybe it is not suitable for other plugins.
Maybe if my plugin has a startup module that starts at the very very beginning (even before load modules) it would be possible to successfully unpack some plugins from it?
Thanks and regards
js plugins need a reload anyway. So just use the standard import mechanism.
-m
plugins need to be non shadow tiddlers or they will be removed when switching themes.