Skip to content

pushObjPath fail #9

Description

@kennethkufluk

In pushObjPath, it blows away existing namespaces
bad => cursor = cursor[names.shift()] = {};

ie, if you do this:
using('a', 'a/b', function(x) {
}, true);
Then you get:
x.a -> blown away
x.a.b -> result

*probably depending on which order the deps load.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions