8000 Add `unescape` to the dependency map and exclude `unescape` from the … · lodash/lodash@21783e4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 21783e4

Browse files
committed
Add unescape to the dependency map and exclude unescape from the "underscore" build.
Former-commit-id: 20656e5226207e55713a286c7d7069b73170272f
1 parent 53e5a75 commit 21783e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@
234234
'throttle': [],
235235
'times': [],
236236
'toArray': ['isFunction', 'values'],
237+
'unescape': [],
237238
'union': ['indexOf'],
238239
'uniq': ['identity', 'indexOf'],
239240
'uniqueId': [],
@@ -280,6 +281,7 @@
280281
'forOwn',
281282
'merge',
282283
'partial',
284+
'unescape',
283285
'where',
284286
'zipObject'
285287
]));

0 commit comments

Comments
 (0)
0