We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 128b064 + 3d6a9b5 commit d7fa04dCopy full SHA for d7fa04d
packages/core/src/lib/lineage_hunter.js
@@ -1,5 +1,4 @@
1
'use strict';
2
-const extend = require('util')._extend;
3
const getPartial = require('./get');
4
const logger = require('./log');
5
@@ -57,7 +56,7 @@ const lineage_hunter = function() {
57
56
}
58
59
ancestorPattern.lineageR.push(lr);
60
- extend(patternlab.graph.node(ancestorPattern), lr);
+ Object.assign(patternlab.graph.node(ancestorPattern), lr);
61
62
63
});
0 commit comments