mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 09:47:48 +00:00
Remove support.argsObject from the underscore build.
Former-commit-id: 4b25a64d662bde78ab6956109b072ed0a4755e53
This commit is contained in:
2
build.js
2
build.js
@@ -1909,7 +1909,6 @@
|
||||
source = removeIsArgumentsFallback(source);
|
||||
}
|
||||
if (isModern) {
|
||||
source = removeSupportArgsObject(source);
|
||||
source = removeSupportSpliceObjects(source);
|
||||
source = removeIsArgumentsFallback(source);
|
||||
|
||||
@@ -1933,6 +1932,7 @@
|
||||
}
|
||||
if (isModern || isUnderscore) {
|
||||
source = removeSupportArgsClass(source);
|
||||
source = removeSupportArgsObject(source);
|
||||
source = removeSupportNonEnumShadows(source);
|
||||
source = removeSupportOwnLast(source);
|
||||
source = removeSupportUnindexedChars(source);
|
||||
|
||||
Reference in New Issue
Block a user