mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-05 01:17:50 +00:00
Bump to v4.7.0.
This commit is contained in:
@@ -19,10 +19,11 @@ define(['./_composeArgs', './_composeArgsRight', './_copyArray', './_replaceHold
|
||||
*
|
||||
* Merging metadata reduces the number of wrappers used to invoke a function.
|
||||
* This is possible because methods like `_.bind`, `_.curry`, and `_.partial`
|
||||
* may be applied regardless of execution order. Methods like `_.ary` and `_.rearg`
|
||||
* modify function arguments, making the order in which they are executed important,
|
||||
* preventing the merging of metadata. However, we make an exception for a safe
|
||||
* combined case where curried functions have `_.ary` and or `_.rearg` applied.
|
||||
* may be applied regardless of execution order. Methods like `_.ary` and
|
||||
* `_.rearg` modify function arguments, making the order in which they are
|
||||
* executed important, preventing the merging of metadata. However, we make
|
||||
* an exception for a safe combined case where curried functions have `_.ary`
|
||||
* and or `_.rearg` applied.
|
||||
*
|
||||
* @private
|
||||
* @param {Array} data The destination metadata.
|
||||
|
||||
Reference in New Issue
Block a user