Skip to content

pushObjPath fail #9

@kennethkufluk

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.

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