Skip to content

Conversation

@JosefBredereck
Copy link
Contributor

Summary of changes:

The Node Documentation says that util._extend function should not be used.

util._extend(target, source)
Added in: v0.7.5Deprecated since: v6.0.0

target
source

Stability: 0 - Deprecated: Use Object.assign() instead.

The util._extend() method was never intended to be used outside of internal Node.js modules. The community found and used it anyway.

It is deprecated and should not be used in new code. JavaScript comes with very similar built-in functionality through Object.assign().

@engelfrost engelfrost self-requested a review February 22, 2019 13:37
@bmuenzenmeyer bmuenzenmeyer merged commit d7fa04d into pattern-lab:dev Feb 24, 2019
@stale
Copy link

stale bot commented Apr 23, 2019

It's hard to keep track of everything. This issue has been automatically marked as stale because it has not had recent activity, neither from the team nor the community. It will be closed if no further activity occurs. Please consider adding additional info, volunteering to contribute a fix for this issue, or making a further case that this is important to you, the team, and the project as a whole. Thanks!

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants