-
-
Notifications
You must be signed in to change notification settings - Fork 203
Closed
Labels
enhancementLabel applied to enhancements or improvements to existing featuresLabel applied to enhancements or improvements to existing featuresgood first issuegood for people new to open source and Excaliburgood for people new to open source and Excalibur
Milestone
Description
Context
We have a utility, extend
that supports deep merging. For shallow merges, however, it should use the new Object.assign
native functionality (for perf/compatibility). Currently only IE11 is lacking it.
Proposal
Update Util.extend
method to use Object.assign
where available on shallow merges.
Metadata
Metadata
Assignees
Labels
enhancementLabel applied to enhancements or improvements to existing featuresLabel applied to enhancements or improvements to existing featuresgood first issuegood for people new to open source and Excaliburgood for people new to open source and Excalibur