mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-31 23:37:49 +00:00
Update internal module references in tests.
This commit is contained in:
@@ -296,9 +296,9 @@
|
||||
|
||||
if (ui.isModularize) {
|
||||
require(getConfig(), [
|
||||
'lodash/internal/baseEach',
|
||||
'lodash/internal/isIndex',
|
||||
'lodash/internal/isIterateeCall'
|
||||
'lodash/_baseEach',
|
||||
'lodash/_isIndex',
|
||||
'lodash/_isIterateeCall'
|
||||
], function(baseEach, isIndex, isIterateeCall) {
|
||||
lodash._baseEach = baseEach;
|
||||
lodash._isIndex = isIndex;
|
||||
|
||||
@@ -672,9 +672,9 @@
|
||||
|
||||
if (isModularize && !(amd || isNpm)) {
|
||||
lodashStable.each([
|
||||
'internal/baseEach',
|
||||
'internal/isIndex',
|
||||
'internal/isIterateeCall'
|
||||
'_baseEach',
|
||||
'_isIndex',
|
||||
'_isIterateeCall'
|
||||
], function(relPath) {
|
||||
var func = require(path.join(basePath, relPath)),
|
||||
funcName = path.basename(relPath);
|
||||
|
||||
Reference in New Issue
Block a user