mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 18:17:48 +00:00
Add unescape to the dependency map and exclude unescape from the "underscore" build.
Former-commit-id: 20656e5226207e55713a286c7d7069b73170272f
This commit is contained in:
2
build.js
2
build.js
@@ -234,6 +234,7 @@
|
|||||||
'throttle': [],
|
'throttle': [],
|
||||||
'times': [],
|
'times': [],
|
||||||
'toArray': ['isFunction', 'values'],
|
'toArray': ['isFunction', 'values'],
|
||||||
|
'unescape': [],
|
||||||
'union': ['indexOf'],
|
'union': ['indexOf'],
|
||||||
'uniq': ['identity', 'indexOf'],
|
'uniq': ['identity', 'indexOf'],
|
||||||
'uniqueId': [],
|
'uniqueId': [],
|
||||||
@@ -280,6 +281,7 @@
|
|||||||
'forOwn',
|
'forOwn',
|
||||||
'merge',
|
'merge',
|
||||||
'partial',
|
'partial',
|
||||||
|
'unescape',
|
||||||
'where',
|
'where',
|
||||||
'zipObject'
|
'zipObject'
|
||||||
]));
|
]));
|
||||||
|
|||||||
Reference in New Issue
Block a user