Skip to content

Support the ability to add a single function library into an existing namespace #14

@cressie176

Description

@cressie176

e.g.

worksmith.use('collections', worksmith.createAdapter({ sift: require('sift') })

Will currently replace 'collections' rather than merge. Change the behaviour to create a new layer and create a shorthand version as follows:

worksmith.use('collections/sift', require('sift'))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions