Skip to content

Support child lookups #1

Closed
Closed
@martinheidegger

Description

@martinheidegger

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions