Closed
Description
Currently the plugin system loads only the index/main code. To support multiple plugins in one dependency, it needs to also allow to load a sub-dependency (via. name) here, with a proposed API of:
plugin.data(opts?: { force?: boolean, child?: string }): Promise<any>
This should best support the entire plugin options to prevent unexpected behavior.