Skip to content

Should return the new object #1

@lmiller1990

Description

@lmiller1990

I always have to write like this:

const parabola = {}
const vueapp = {}
defineNestedObject(parabola, 'site.blog_link', () => { })
defineNestedObject(vueapp, '$store.commit', mock)

I want to write like this:

const parabola = defineNestedObject({}, 'site.blog_link', () => { })
const vueapp = defineNestedObject({}, '$store.commit', mock)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions