From 26ea38dcf4d0c856eb7ab62de4995ed81ba6cac7 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Tue, 10 Jan 2017 00:44:25 -0800 Subject: [PATCH] =?UTF-8?q?Move=20internal=20modules=20to=20=E2=80=9Cinter?= =?UTF-8?q?nal=E2=80=9D=20folder.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _Hash.js => .internal/Hash.js | 10 +++---- _ListCache.js => .internal/ListCache.js | 10 +++---- _MapCache.js => .internal/MapCache.js | 10 +++---- _SetCache.js => .internal/SetCache.js | 6 ++-- _Stack.js => .internal/Stack.js | 12 ++++---- _addMapEntry.js => .internal/addMapEntry.js | 0 _addSetEntry.js => .internal/addSetEntry.js | 0 _apply.js => .internal/apply.js | 0 .../arrayAggregator.js | 0 _arrayEach.js => .internal/arrayEach.js | 0 .../arrayEachRight.js | 0 _arrayEvery.js => .internal/arrayEvery.js | 0 _arrayFilter.js => .internal/arrayFilter.js | 0 .../arrayIncludes.js | 2 +- .../arrayIncludesWith.js | 0 .../arrayLikeKeys.js | 4 +-- _arrayMap.js => .internal/arrayMap.js | 0 _arrayPush.js => .internal/arrayPush.js | 0 _arrayReduce.js => .internal/arrayReduce.js | 0 .../arrayReduceRight.js | 0 _arraySample.js => .internal/arraySample.js | 2 +- .../arraySampleSize.js | 6 ++-- _arrayShuffle.js => .internal/arrayShuffle.js | 4 +-- _arraySome.js => .internal/arraySome.js | 0 _asciiSize.js => .internal/asciiSize.js | 2 +- _asciiToArray.js => .internal/asciiToArray.js | 0 _asciiWords.js => .internal/asciiWords.js | 0 .../assignMergeValue.js | 2 +- _assignValue.js => .internal/assignValue.js | 2 +- _assocIndexOf.js => .internal/assocIndexOf.js | 0 .../baseAggregator.js | 2 +- _baseAssign.js => .internal/baseAssign.js | 2 +- _baseAssignIn.js => .internal/baseAssignIn.js | 2 +- .../baseAssignValue.js | 0 _baseAt.js => .internal/baseAt.js | 0 _baseClamp.js => .internal/baseClamp.js | 0 _baseClone.js => .internal/baseClone.js | 30 +++++++++---------- _baseConforms.js => .internal/baseConforms.js | 2 +- .../baseConformsTo.js | 0 _baseCreate.js => .internal/baseCreate.js | 0 _baseDelay.js => .internal/baseDelay.js | 0 .../baseDifference.js | 10 +++---- _baseEach.js => .internal/baseEach.js | 4 +-- .../baseEachRight.js | 4 +-- _baseEvery.js => .internal/baseEvery.js | 2 +- _baseExtremum.js => .internal/baseExtremum.js | 0 _baseFill.js => .internal/baseFill.js | 0 _baseFilter.js => .internal/baseFilter.js | 2 +- .../baseFindIndex.js | 0 _baseFindKey.js => .internal/baseFindKey.js | 0 _baseFlatten.js => .internal/baseFlatten.js | 4 +-- _baseFor.js => .internal/baseFor.js | 2 +- _baseForOwn.js => .internal/baseForOwn.js | 2 +- .../baseForOwnRight.js | 2 +- _baseForRight.js => .internal/baseForRight.js | 2 +- .../baseFunctions.js | 2 +- _baseGet.js => .internal/baseGet.js | 4 +-- .../baseGetAllKeys.js | 2 +- _baseGetTag.js => .internal/baseGetTag.js | 4 +-- _baseGt.js => .internal/baseGt.js | 0 _baseHas.js => .internal/baseHas.js | 0 _baseHasIn.js => .internal/baseHasIn.js | 0 _baseInRange.js => .internal/baseInRange.js | 0 _baseIndexOf.js => .internal/baseIndexOf.js | 6 ++-- .../baseIndexOfWith.js | 0 .../baseIntersection.js | 10 +++---- _baseInverter.js => .internal/baseInverter.js | 2 +- _baseInvoke.js => .internal/baseInvoke.js | 8 ++--- .../baseIsArrayBuffer.js | 2 +- _baseIsDate.js => .internal/baseIsDate.js | 2 +- _baseIsEqual.js => .internal/baseIsEqual.js | 2 +- .../baseIsEqualDeep.js | 10 +++---- _baseIsMap.js => .internal/baseIsMap.js | 2 +- _baseIsMatch.js => .internal/baseIsMatch.js | 4 +-- _baseIsNaN.js => .internal/baseIsNaN.js | 0 _baseIsRegExp.js => .internal/baseIsRegExp.js | 2 +- _baseIsSet.js => .internal/baseIsSet.js | 2 +- .../baseIsTypedArray.js | 2 +- _baseKeys.js => .internal/baseKeys.js | 4 +-- _baseKeysIn.js => .internal/baseKeysIn.js | 4 +-- _baseLodash.js => .internal/baseLodash.js | 0 _baseLt.js => .internal/baseLt.js | 0 _baseMap.js => .internal/baseMap.js | 2 +- _baseMatches.js => .internal/baseMatches.js | 6 ++-- .../baseMatchesProperty.js | 10 +++---- _baseMerge.js => .internal/baseMerge.js | 8 ++--- .../baseMergeDeep.js | 10 +++---- _baseNth.js => .internal/baseNth.js | 2 +- _baseOrderBy.js => .internal/baseOrderBy.js | 8 ++--- _basePick.js => .internal/basePick.js | 2 +- _basePickBy.js => .internal/basePickBy.js | 6 ++-- _baseProperty.js => .internal/baseProperty.js | 0 .../basePropertyDeep.js | 2 +- .../basePropertyOf.js | 0 _basePullAll.js => .internal/basePullAll.js | 8 ++--- _basePullAt.js => .internal/basePullAt.js | 4 +-- _baseRandom.js => .internal/baseRandom.js | 0 _baseRange.js => .internal/baseRange.js | 0 _baseReduce.js => .internal/baseReduce.js | 0 _baseRepeat.js => .internal/baseRepeat.js | 0 _baseSample.js => .internal/baseSample.js | 2 +- .../baseSampleSize.js | 4 +-- _baseSet.js => .internal/baseSet.js | 8 ++--- _baseSetData.js => .internal/baseSetData.js | 2 +- .../baseSetToString.js | 0 _baseShuffle.js => .internal/baseShuffle.js | 2 +- _baseSlice.js => .internal/baseSlice.js | 0 _baseSome.js => .internal/baseSome.js | 2 +- _baseSortBy.js => .internal/baseSortBy.js | 0 .../baseSortedIndex.js | 2 +- .../baseSortedIndexBy.js | 0 .../baseSortedUniq.js | 0 _baseSum.js => .internal/baseSum.js | 0 _baseTimes.js => .internal/baseTimes.js | 0 _baseToNumber.js => .internal/baseToNumber.js | 0 _baseToPairs.js => .internal/baseToPairs.js | 2 +- _baseToString.js => .internal/baseToString.js | 2 +- _baseUniq.js => .internal/baseUniq.js | 12 ++++---- _baseUnset.js => .internal/baseUnset.js | 6 ++-- _baseUpdate.js => .internal/baseUpdate.js | 4 +-- _baseValues.js => .internal/baseValues.js | 2 +- _baseWhile.js => .internal/baseWhile.js | 2 +- .../baseWrapperValue.js | 6 ++-- _baseXor.js => .internal/baseXor.js | 6 ++-- .../baseZipObject.js | 0 _cacheHas.js => .internal/cacheHas.js | 0 .../castArrayLikeObject.js | 0 _castPath.js => .internal/castPath.js | 4 +-- _castSlice.js => .internal/castSlice.js | 2 +- .../charsEndIndex.js | 2 +- .../charsStartIndex.js | 2 +- .../cloneArrayBuffer.js | 0 _cloneBuffer.js => .internal/cloneBuffer.js | 2 +- .../cloneDataView.js | 2 +- _cloneMap.js => .internal/cloneMap.js | 6 ++-- _cloneRegExp.js => .internal/cloneRegExp.js | 0 _cloneSet.js => .internal/cloneSet.js | 6 ++-- _cloneSymbol.js => .internal/cloneSymbol.js | 0 .../cloneTypedArray.js | 2 +- .../compareAscending.js | 0 .../compareMultiple.js | 2 +- _composeArgs.js => .internal/composeArgs.js | 0 .../composeArgsRight.js | 0 _copyArray.js => .internal/copyArray.js | 0 _copyObject.js => .internal/copyObject.js | 4 +-- _copySymbols.js => .internal/copySymbols.js | 4 +-- .../copySymbolsIn.js | 4 +-- _countHolders.js => .internal/countHolders.js | 0 .../createAggregator.js | 4 +-- .../createAssigner.js | 2 +- .../createBaseEach.js | 0 .../createBaseFor.js | 0 _createBind.js => .internal/createBind.js | 4 +-- .../createCaseFirst.js | 6 ++-- .../createCompounder.js | 2 +- _createCtor.js => .internal/createCtor.js | 2 +- _createCurry.js => .internal/createCurry.js | 14 ++++----- _createFind.js => .internal/createFind.js | 0 _createFlow.js => .internal/createFlow.js | 0 _createHybrid.js => .internal/createHybrid.js | 18 +++++------ .../createInverter.js | 2 +- .../createMathOperation.js | 4 +-- _createOver.js => .internal/createOver.js | 2 +- .../createPadding.js | 12 ++++---- .../createPartial.js | 6 ++-- _createRange.js => .internal/createRange.js | 4 +-- .../createRecurry.js | 6 ++-- .../createRelationalOperation.js | 0 _createRound.js => .internal/createRound.js | 0 _createSet.js => .internal/createSet.js | 2 +- .../createToPairs.js | 8 ++--- _createWrap.js => .internal/createWrap.js | 18 +++++------ .../customDefaultsAssignIn.js | 0 .../customDefaultsMerge.js | 2 +- _deburrLetter.js => .internal/deburrLetter.js | 2 +- _equalArrays.js => .internal/equalArrays.js | 6 ++-- _equalByTag.js => .internal/equalByTag.js | 6 ++-- _equalObjects.js => .internal/equalObjects.js | 2 +- .../escapeHtmlChar.js | 2 +- .../escapeStringChar.js | 0 _freeGlobal.js => .internal/freeGlobal.js | 0 _getAllKeys.js => .internal/getAllKeys.js | 4 +-- _getAllKeysIn.js => .internal/getAllKeysIn.js | 4 +-- _getData.js => .internal/getData.js | 2 +- _getHolder.js => .internal/getHolder.js | 0 _getMapData.js => .internal/getMapData.js | 2 +- _getMatchData.js => .internal/getMatchData.js | 2 +- _getPrototype.js => .internal/getPrototype.js | 2 +- _getRawTag.js => .internal/getRawTag.js | 0 _getSymbols.js => .internal/getSymbols.js | 2 +- _getSymbolsIn.js => .internal/getSymbolsIn.js | 6 ++-- _getTag.js => .internal/getTag.js | 4 +-- _getView.js => .internal/getView.js | 0 .../getWrapDetails.js | 0 _hasPath.js => .internal/hasPath.js | 6 ++-- _hasUnicode.js => .internal/hasUnicode.js | 0 .../hasUnicodeWord.js | 0 _hashClear.js => .internal/hashClear.js | 2 +- _hashDelete.js => .internal/hashDelete.js | 0 _hashGet.js => .internal/hashGet.js | 2 +- _hashHas.js => .internal/hashHas.js | 2 +- _hashSet.js => .internal/hashSet.js | 2 +- .../initCloneArray.js | 0 .../initCloneByTag.js | 14 ++++----- .../initCloneObject.js | 6 ++-- .../insertWrapDetails.js | 0 .../isFlattenable.js | 0 _isIndex.js => .internal/isIndex.js | 0 .../isIterateeCall.js | 2 +- _isKey.js => .internal/isKey.js | 0 _isKeyable.js => .internal/isKeyable.js | 0 _isPrototype.js => .internal/isPrototype.js | 0 .../isStrictComparable.js | 0 .../iteratorToArray.js | 0 .../listCacheClear.js | 0 .../listCacheDelete.js | 2 +- _listCacheGet.js => .internal/listCacheGet.js | 2 +- _listCacheHas.js => .internal/listCacheHas.js | 2 +- _listCacheSet.js => .internal/listCacheSet.js | 2 +- .../mapCacheClear.js | 4 +-- .../mapCacheDelete.js | 2 +- _mapCacheGet.js => .internal/mapCacheGet.js | 2 +- _mapCacheHas.js => .internal/mapCacheHas.js | 2 +- _mapCacheSet.js => .internal/mapCacheSet.js | 2 +- _mapToArray.js => .internal/mapToArray.js | 0 .../matchesStrictComparable.js | 0 .../memoizeCapped.js | 0 _mergeData.js => .internal/mergeData.js | 6 ++-- _metaMap.js => .internal/metaMap.js | 0 _nativeKeys.js => .internal/nativeKeys.js | 2 +- _nativeKeysIn.js => .internal/nativeKeysIn.js | 0 _nodeUtil.js => .internal/nodeUtil.js | 2 +- .../objectToString.js | 0 _overArg.js => .internal/overArg.js | 0 _parent.js => .internal/parent.js | 4 +-- _reEscape.js => .internal/reEscape.js | 0 _reEvaluate.js => .internal/reEvaluate.js | 0 .../reInterpolate.js | 0 _reorder.js => .internal/reorder.js | 4 +-- .../replaceHolders.js | 0 _root.js => .internal/root.js | 2 +- _setCacheAdd.js => .internal/setCacheAdd.js | 0 _setCacheHas.js => .internal/setCacheHas.js | 0 _setData.js => .internal/setData.js | 4 +-- _setToArray.js => .internal/setToArray.js | 0 _setToPairs.js => .internal/setToPairs.js | 0 _setToString.js => .internal/setToString.js | 4 +-- .../setWrapToString.js | 8 ++--- _shortOut.js => .internal/shortOut.js | 0 _shuffleSelf.js => .internal/shuffleSelf.js | 2 +- _stackClear.js => .internal/stackClear.js | 2 +- _stackDelete.js => .internal/stackDelete.js | 0 _stackGet.js => .internal/stackGet.js | 0 _stackHas.js => .internal/stackHas.js | 0 _stackSet.js => .internal/stackSet.js | 4 +-- .../strictIndexOf.js | 0 .../strictLastIndexOf.js | 0 _stringSize.js => .internal/stringSize.js | 6 ++-- .../stringToArray.js | 6 ++-- _stringToPath.js => .internal/stringToPath.js | 2 +- _toKey.js => .internal/toKey.js | 0 _toSource.js => .internal/toSource.js | 0 .../unescapeHtmlChar.js | 2 +- _unicodeSize.js => .internal/unicodeSize.js | 0 .../unicodeToArray.js | 0 _unicodeWords.js => .internal/unicodeWords.js | 0 .../updateWrapDetails.js | 4 +-- add.js | 2 +- ary.js | 2 +- assignIn.js | 4 +-- assignInWith.js | 4 +-- assignWith.js | 4 +-- at.js | 2 +- attempt.js | 2 +- bind.js | 6 ++-- bindAll.js | 6 ++-- bindKey.js | 6 ++-- camelCase.js | 2 +- ceil.js | 2 +- chunk.js | 4 +-- clamp.js | 2 +- clone.js | 2 +- cloneDeep.js | 2 +- cloneDeepWith.js | 2 +- cloneWith.js | 2 +- concat.js | 6 ++-- cond.js | 4 +-- conforms.js | 4 +-- conformsTo.js | 2 +- countBy.js | 4 +-- create.js | 4 +-- curry.js | 2 +- curryRight.js | 2 +- deburr.js | 2 +- defaults.js | 4 +-- defaultsDeep.js | 4 +-- defer.js | 2 +- delay.js | 2 +- difference.js | 4 +-- differenceBy.js | 4 +-- differenceWith.js | 4 +-- divide.js | 2 +- drop.js | 2 +- dropRight.js | 2 +- dropRightWhile.js | 2 +- dropWhile.js | 2 +- endsWith.js | 4 +-- escape.js | 2 +- every.js | 6 ++-- fill.js | 4 +-- filter.js | 4 +-- find.js | 2 +- findIndex.js | 2 +- findKey.js | 4 +-- findLast.js | 2 +- findLastIndex.js | 2 +- findLastKey.js | 4 +-- flatMap.js | 2 +- flatMapDeep.js | 2 +- flatMapDepth.js | 2 +- flatten.js | 2 +- flattenDeep.js | 2 +- flattenDepth.js | 2 +- flip.js | 2 +- floor.js | 2 +- flow.js | 2 +- flowRight.js | 2 +- forEach.js | 4 +-- forEachRight.js | 4 +-- forIn.js | 2 +- forInRight.js | 2 +- forOwn.js | 2 +- forOwnRight.js | 2 +- functions.js | 2 +- functionsIn.js | 2 +- get.js | 2 +- groupBy.js | 4 +-- gt.js | 4 +-- gte.js | 2 +- has.js | 4 +-- hasIn.js | 4 +-- inRange.js | 2 +- includes.js | 2 +- indexOf.js | 2 +- initial.js | 2 +- intersection.js | 6 ++-- intersectionBy.js | 6 ++-- intersectionWith.js | 6 ++-- invert.js | 2 +- invertBy.js | 2 +- invoke.js | 2 +- invokeMap.js | 6 ++-- isArguments.js | 2 +- isArrayBuffer.js | 4 +-- isBoolean.js | 2 +- isBuffer.js | 2 +- isDate.js | 4 +-- isEmpty.js | 6 ++-- isEqual.js | 2 +- isEqualWith.js | 2 +- isError.js | 2 +- isFinite.js | 2 +- isFunction.js | 2 +- isMap.js | 4 +-- isMatch.js | 4 +-- isMatchWith.js | 4 +-- isNative.js | 2 +- isNumber.js | 2 +- isPlainObject.js | 4 +-- isRegExp.js | 4 +-- isSet.js | 4 +-- isString.js | 2 +- isSymbol.js | 2 +- isTypedArray.js | 4 +-- isWeakMap.js | 2 +- isWeakSet.js | 2 +- kebabCase.js | 2 +- keyBy.js | 4 +-- keys.js | 4 +-- keysIn.js | 4 +-- lastIndexOf.js | 6 ++-- lowerCase.js | 2 +- lowerFirst.js | 2 +- lt.js | 4 +-- lte.js | 2 +- map.js | 4 +-- mapKeys.js | 4 +-- mapValues.js | 4 +-- matches.js | 4 +-- matchesProperty.js | 4 +-- max.js | 4 +-- maxBy.js | 4 +-- meanBy.js | 2 +- memoize.js | 2 +- merge.js | 4 +-- mergeWith.js | 4 +-- method.js | 2 +- methodOf.js | 2 +- min.js | 4 +-- minBy.js | 4 +-- multiply.js | 2 +- nth.js | 2 +- nthArg.js | 2 +- orderBy.js | 2 +- over.js | 4 +-- overArgs.js | 4 +-- overEvery.js | 4 +-- overSome.js | 4 +-- pad.js | 4 +-- padEnd.js | 4 +-- padStart.js | 4 +-- parseInt.js | 2 +- partition.js | 2 +- pick.js | 2 +- pickBy.js | 6 ++-- property.js | 8 ++--- propertyOf.js | 2 +- pullAll.js | 2 +- pullAllBy.js | 2 +- pullAllWith.js | 2 +- pullAt.js | 10 +++---- random.js | 4 +-- range.js | 2 +- rangeRight.js | 2 +- rearg.js | 2 +- reduce.js | 6 ++-- reduceRight.js | 6 ++-- reject.js | 4 +-- remove.js | 2 +- repeat.js | 4 +-- result.js | 4 +-- round.js | 2 +- sample.js | 4 +-- sampleSize.js | 6 ++-- set.js | 2 +- setWith.js | 2 +- shuffle.js | 4 +-- size.js | 6 ++-- slice.js | 4 +-- snakeCase.js | 2 +- some.js | 6 ++-- sortedIndex.js | 2 +- sortedIndexBy.js | 2 +- sortedIndexOf.js | 2 +- sortedLastIndex.js | 2 +- sortedLastIndexBy.js | 2 +- sortedLastIndexOf.js | 2 +- sortedUniq.js | 2 +- sortedUniqBy.js | 2 +- split.js | 10 +++---- spread.js | 6 ++-- startCase.js | 2 +- startsWith.js | 4 +-- subtract.js | 2 +- sum.js | 2 +- sumBy.js | 2 +- tail.js | 2 +- take.js | 2 +- takeRight.js | 2 +- takeRightWhile.js | 2 +- takeWhile.js | 2 +- template.js | 10 +++---- templateSettings.js | 6 ++-- times.js | 2 +- toArray.js | 12 ++++---- toLength.js | 2 +- toPairs.js | 2 +- toPairsIn.js | 2 +- toPath.js | 8 ++--- toPlainObject.js | 2 +- toSafeInteger.js | 2 +- toString.js | 2 +- transform.js | 8 ++--- trim.js | 10 +++---- trimEnd.js | 8 ++--- trimStart.js | 8 ++--- truncate.js | 10 +++---- unescape.js | 2 +- union.js | 4 +-- unionBy.js | 4 +-- unionWith.js | 4 +-- uniq.js | 2 +- uniqBy.js | 2 +- uniqWith.js | 2 +- unset.js | 2 +- unzip.js | 8 ++--- unzipWith.js | 4 +-- update.js | 2 +- updateWith.js | 2 +- upperCase.js | 2 +- upperFirst.js | 2 +- values.js | 2 +- valuesIn.js | 2 +- without.js | 2 +- words.js | 6 ++-- xor.js | 4 +-- xorBy.js | 4 +-- xorWith.js | 4 +-- zipObject.js | 4 +-- zipObjectDeep.js | 4 +-- 500 files changed, 726 insertions(+), 726 deletions(-) rename _Hash.js => .internal/Hash.js (70%) rename _ListCache.js => .internal/ListCache.js (69%) rename _MapCache.js => .internal/MapCache.js (70%) rename _SetCache.js => .internal/SetCache.js (77%) rename _Stack.js => .internal/Stack.js (62%) rename _addMapEntry.js => .internal/addMapEntry.js (100%) rename _addSetEntry.js => .internal/addSetEntry.js (100%) rename _apply.js => .internal/apply.js (100%) rename _arrayAggregator.js => .internal/arrayAggregator.js (100%) rename _arrayEach.js => .internal/arrayEach.js (100%) rename _arrayEachRight.js => .internal/arrayEachRight.js (100%) rename _arrayEvery.js => .internal/arrayEvery.js (100%) rename _arrayFilter.js => .internal/arrayFilter.js (100%) rename _arrayIncludes.js => .internal/arrayIncludes.js (89%) rename _arrayIncludesWith.js => .internal/arrayIncludesWith.js (100%) rename _arrayLikeKeys.js => .internal/arrayLikeKeys.js (94%) rename _arrayMap.js => .internal/arrayMap.js (100%) rename _arrayPush.js => .internal/arrayPush.js (100%) rename _arrayReduce.js => .internal/arrayReduce.js (100%) rename _arrayReduceRight.js => .internal/arrayReduceRight.js (100%) rename _arraySample.js => .internal/arraySample.js (85%) rename _arraySampleSize.js => .internal/arraySampleSize.js (70%) rename _arrayShuffle.js => .internal/arrayShuffle.js (72%) rename _arraySome.js => .internal/arraySome.js (100%) rename _asciiSize.js => .internal/asciiSize.js (80%) rename _asciiToArray.js => .internal/asciiToArray.js (100%) rename _asciiWords.js => .internal/asciiWords.js (100%) rename _assignMergeValue.js => .internal/assignMergeValue.js (89%) rename _assignValue.js => .internal/assignValue.js (92%) rename _assocIndexOf.js => .internal/assocIndexOf.js (100%) rename _baseAggregator.js => .internal/baseAggregator.js (93%) rename _baseAssign.js => .internal/baseAssign.js (89%) rename _baseAssignIn.js => .internal/baseAssignIn.js (89%) rename _baseAssignValue.js => .internal/baseAssignValue.js (100%) rename _baseAt.js => .internal/baseAt.js (100%) rename _baseClamp.js => .internal/baseClamp.js (100%) rename _baseClone.js => .internal/baseClone.js (85%) rename _baseConforms.js => .internal/baseConforms.js (87%) rename _baseConformsTo.js => .internal/baseConformsTo.js (100%) rename _baseCreate.js => .internal/baseCreate.js (100%) rename _baseDelay.js => .internal/baseDelay.js (100%) rename _baseDifference.js => .internal/baseDifference.js (85%) rename _baseEach.js => .internal/baseEach.js (74%) rename _baseEachRight.js => .internal/baseEachRight.js (73%) rename _baseEvery.js => .internal/baseEvery.js (91%) rename _baseExtremum.js => .internal/baseExtremum.js (100%) rename _baseFill.js => .internal/baseFill.js (100%) rename _baseFilter.js => .internal/baseFilter.js (91%) rename _baseFindIndex.js => .internal/baseFindIndex.js (100%) rename _baseFindKey.js => .internal/baseFindKey.js (100%) rename _baseFlatten.js => .internal/baseFlatten.js (91%) rename _baseFor.js => .internal/baseFor.js (90%) rename _baseForOwn.js => .internal/baseForOwn.js (89%) rename _baseForOwnRight.js => .internal/baseForOwnRight.js (87%) rename _baseForRight.js => .internal/baseForRight.js (88%) rename _baseFunctions.js => .internal/baseFunctions.js (89%) rename _baseGet.js => .internal/baseGet.js (85%) rename _baseGetAllKeys.js => .internal/baseGetAllKeys.js (93%) rename _baseGetTag.js => .internal/baseGetTag.js (85%) rename _baseGt.js => .internal/baseGt.js (100%) rename _baseHas.js => .internal/baseHas.js (100%) rename _baseHasIn.js => .internal/baseHasIn.js (100%) rename _baseInRange.js => .internal/baseInRange.js (100%) rename _baseIndexOf.js => .internal/baseIndexOf.js (75%) rename _baseIndexOfWith.js => .internal/baseIndexOfWith.js (100%) rename _baseIntersection.js => .internal/baseIntersection.js (88%) rename _baseInverter.js => .internal/baseInverter.js (92%) rename _baseInvoke.js => .internal/baseInvoke.js (78%) rename _baseIsArrayBuffer.js => .internal/baseIsArrayBuffer.js (89%) rename _baseIsDate.js => .internal/baseIsDate.js (89%) rename _baseIsEqual.js => .internal/baseIsEqual.js (93%) rename _baseIsEqualDeep.js => .internal/baseIsEqualDeep.js (91%) rename _baseIsMap.js => .internal/baseIsMap.js (90%) rename _baseIsMatch.js => .internal/baseIsMatch.js (94%) rename _baseIsNaN.js => .internal/baseIsNaN.js (100%) rename _baseIsRegExp.js => .internal/baseIsRegExp.js (89%) rename _baseIsSet.js => .internal/baseIsSet.js (90%) rename _baseIsTypedArray.js => .internal/baseIsTypedArray.js (97%) rename _baseKeys.js => .internal/baseKeys.js (85%) rename _baseKeysIn.js => .internal/baseKeysIn.js (86%) rename _baseLodash.js => .internal/baseLodash.js (100%) rename _baseLt.js => .internal/baseLt.js (100%) rename _baseMap.js => .internal/baseMap.js (92%) rename _baseMatches.js => .internal/baseMatches.js (73%) rename _baseMatchesProperty.js => .internal/baseMatchesProperty.js (75%) rename _baseMerge.js => .internal/baseMerge.js (84%) rename _baseMergeDeep.js => .internal/baseMergeDeep.js (90%) rename _baseNth.js => .internal/baseNth.js (90%) rename _baseOrderBy.js => .internal/baseOrderBy.js (80%) rename _basePick.js => .internal/basePick.js (89%) rename _basePickBy.js => .internal/basePickBy.js (82%) rename _baseProperty.js => .internal/baseProperty.js (100%) rename _basePropertyDeep.js => .internal/basePropertyDeep.js (87%) rename _basePropertyOf.js => .internal/basePropertyOf.js (100%) rename _basePullAll.js => .internal/basePullAll.js (84%) rename _basePullAt.js => .internal/basePullAt.js (89%) rename _baseRandom.js => .internal/baseRandom.js (100%) rename _baseRange.js => .internal/baseRange.js (100%) rename _baseReduce.js => .internal/baseReduce.js (100%) rename _baseRepeat.js => .internal/baseRepeat.js (100%) rename _baseSample.js => .internal/baseSample.js (85%) rename _baseSampleSize.js => .internal/baseSampleSize.js (81%) rename _baseSet.js => .internal/baseSet.js (85%) rename _baseSetData.js => .internal/baseSetData.js (90%) rename _baseSetToString.js => .internal/baseSetToString.js (100%) rename _baseShuffle.js => .internal/baseShuffle.js (85%) rename _baseSlice.js => .internal/baseSlice.js (100%) rename _baseSome.js => .internal/baseSome.js (91%) rename _baseSortBy.js => .internal/baseSortBy.js (100%) rename _baseSortedIndex.js => .internal/baseSortedIndex.js (95%) rename _baseSortedIndexBy.js => .internal/baseSortedIndexBy.js (100%) rename _baseSortedUniq.js => .internal/baseSortedUniq.js (100%) rename _baseSum.js => .internal/baseSum.js (100%) rename _baseTimes.js => .internal/baseTimes.js (100%) rename _baseToNumber.js => .internal/baseToNumber.js (100%) rename _baseToPairs.js => .internal/baseToPairs.js (90%) rename _baseToString.js => .internal/baseToString.js (95%) rename _baseUniq.js => .internal/baseUniq.js (83%) rename _baseUnset.js => .internal/baseUnset.js (77%) rename _baseUpdate.js => .internal/baseUpdate.js (85%) rename _baseValues.js => .internal/baseValues.js (90%) rename _baseWhile.js => .internal/baseWhile.js (94%) rename _baseWrapperValue.js => .internal/baseWrapperValue.js (81%) rename _baseXor.js => .internal/baseXor.js (85%) rename _baseZipObject.js => .internal/baseZipObject.js (100%) rename _cacheHas.js => .internal/cacheHas.js (100%) rename _castArrayLikeObject.js => .internal/castArrayLikeObject.js (100%) rename _castPath.js => .internal/castPath.js (82%) rename _castSlice.js => .internal/castSlice.js (90%) rename _charsEndIndex.js => .internal/charsEndIndex.js (91%) rename _charsStartIndex.js => .internal/charsStartIndex.js (91%) rename _cloneArrayBuffer.js => .internal/cloneArrayBuffer.js (100%) rename _cloneBuffer.js => .internal/cloneBuffer.js (96%) rename _cloneDataView.js => .internal/cloneDataView.js (87%) rename _cloneMap.js => .internal/cloneMap.js (77%) rename _cloneRegExp.js => .internal/cloneRegExp.js (100%) rename _cloneSet.js => .internal/cloneSet.js (77%) rename _cloneSymbol.js => .internal/cloneSymbol.js (100%) rename _cloneTypedArray.js => .internal/cloneTypedArray.js (88%) rename _compareAscending.js => .internal/compareAscending.js (100%) rename _compareMultiple.js => .internal/compareMultiple.js (96%) rename _composeArgs.js => .internal/composeArgs.js (100%) rename _composeArgsRight.js => .internal/composeArgsRight.js (100%) rename _copyArray.js => .internal/copyArray.js (100%) rename _copyObject.js => .internal/copyObject.js (89%) rename _copySymbols.js => .internal/copySymbols.js (77%) rename _copySymbolsIn.js => .internal/copySymbolsIn.js (77%) rename _countHolders.js => .internal/countHolders.js (100%) rename _createAggregator.js => .internal/createAggregator.js (82%) rename _createAssigner.js => .internal/createAssigner.js (94%) rename _createBaseEach.js => .internal/createBaseEach.js (100%) rename _createBaseFor.js => .internal/createBaseFor.js (100%) rename _createBind.js => .internal/createBind.js (89%) rename _createCaseFirst.js => .internal/createCaseFirst.js (80%) rename _createCompounder.js => .internal/createCompounder.js (91%) rename _createCtor.js => .internal/createCtor.js (96%) rename _createCurry.js => .internal/createCurry.js (74%) rename _createFind.js => .internal/createFind.js (100%) rename _createFlow.js => .internal/createFlow.js (100%) rename _createHybrid.js => .internal/createHybrid.js (85%) rename _createInverter.js => .internal/createInverter.js (85%) rename _createMathOperation.js => .internal/createMathOperation.js (89%) rename _createOver.js => .internal/createOver.js (91%) rename _createPadding.js => .internal/createPadding.js (73%) rename _createPartial.js => .internal/createPartial.js (90%) rename _createRange.js => .internal/createRange.js (87%) rename _createRecurry.js => .internal/createRecurry.js (92%) rename _createRelationalOperation.js => .internal/createRelationalOperation.js (100%) rename _createRound.js => .internal/createRound.js (100%) rename _createSet.js => .internal/createSet.js (88%) rename _createToPairs.js => .internal/createToPairs.js (75%) rename _createWrap.js => .internal/createWrap.js (87%) rename _customDefaultsAssignIn.js => .internal/customDefaultsAssignIn.js (100%) rename _customDefaultsMerge.js => .internal/customDefaultsMerge.js (95%) rename _deburrLetter.js => .internal/deburrLetter.js (98%) rename _equalArrays.js => .internal/equalArrays.js (94%) rename _equalByTag.js => .internal/equalByTag.js (95%) rename _equalObjects.js => .internal/equalObjects.js (98%) rename _escapeHtmlChar.js => .internal/escapeHtmlChar.js (87%) rename _escapeStringChar.js => .internal/escapeStringChar.js (100%) rename _freeGlobal.js => .internal/freeGlobal.js (100%) rename _getAllKeys.js => .internal/getAllKeys.js (76%) rename _getAllKeysIn.js => .internal/getAllKeysIn.js (76%) rename _getData.js => .internal/getData.js (84%) rename _getHolder.js => .internal/getHolder.js (100%) rename _getMapData.js => .internal/getMapData.js (87%) rename _getMatchData.js => .internal/getMatchData.js (88%) rename _getPrototype.js => .internal/getPrototype.js (73%) rename _getRawTag.js => .internal/getRawTag.js (100%) rename _getSymbols.js => .internal/getSymbols.js (93%) rename _getSymbolsIn.js => .internal/getSymbolsIn.js (79%) rename _getTag.js => .internal/getTag.js (94%) rename _getView.js => .internal/getView.js (100%) rename _getWrapDetails.js => .internal/getWrapDetails.js (100%) rename _hasPath.js => .internal/hasPath.js (87%) rename _hasUnicode.js => .internal/hasUnicode.js (100%) rename _hasUnicodeWord.js => .internal/hasUnicodeWord.js (100%) rename _hashClear.js => .internal/hashClear.js (80%) rename _hashDelete.js => .internal/hashDelete.js (100%) rename _hashGet.js => .internal/hashGet.js (92%) rename _hashHas.js => .internal/hashHas.js (90%) rename _hashSet.js => .internal/hashSet.js (90%) rename _initCloneArray.js => .internal/initCloneArray.js (100%) rename _initCloneByTag.js => .internal/initCloneByTag.js (84%) rename _initCloneObject.js => .internal/initCloneObject.js (68%) rename _insertWrapDetails.js => .internal/insertWrapDetails.js (100%) rename _isFlattenable.js => .internal/isFlattenable.js (100%) rename _isIndex.js => .internal/isIndex.js (100%) rename _isIterateeCall.js => .internal/isIterateeCall.js (94%) rename _isKey.js => .internal/isKey.js (100%) rename _isKeyable.js => .internal/isKeyable.js (100%) rename _isPrototype.js => .internal/isPrototype.js (100%) rename _isStrictComparable.js => .internal/isStrictComparable.js (100%) rename _iteratorToArray.js => .internal/iteratorToArray.js (100%) rename _listCacheClear.js => .internal/listCacheClear.js (100%) rename _listCacheDelete.js => .internal/listCacheDelete.js (92%) rename _listCacheGet.js => .internal/listCacheGet.js (87%) rename _listCacheHas.js => .internal/listCacheHas.js (86%) rename _listCacheSet.js => .internal/listCacheSet.js (90%) rename _mapCacheClear.js => .internal/mapCacheClear.js (76%) rename _mapCacheDelete.js => .internal/mapCacheDelete.js (88%) rename _mapCacheGet.js => .internal/mapCacheGet.js (84%) rename _mapCacheHas.js => .internal/mapCacheHas.js (86%) rename _mapCacheSet.js => .internal/mapCacheSet.js (89%) rename _mapToArray.js => .internal/mapToArray.js (100%) rename _matchesStrictComparable.js => .internal/matchesStrictComparable.js (100%) rename _memoizeCapped.js => .internal/memoizeCapped.js (100%) rename _mergeData.js => .internal/mergeData.js (94%) rename _metaMap.js => .internal/metaMap.js (100%) rename _nativeKeys.js => .internal/nativeKeys.js (78%) rename _nativeKeysIn.js => .internal/nativeKeysIn.js (100%) rename _nodeUtil.js => .internal/nodeUtil.js (93%) rename _objectToString.js => .internal/objectToString.js (100%) rename _overArg.js => .internal/overArg.js (100%) rename _parent.js => .internal/parent.js (78%) rename _reEscape.js => .internal/reEscape.js (100%) rename _reEvaluate.js => .internal/reEvaluate.js (100%) rename _reInterpolate.js => .internal/reInterpolate.js (100%) rename _reorder.js => .internal/reorder.js (89%) rename _replaceHolders.js => .internal/replaceHolders.js (100%) rename _root.js => .internal/root.js (83%) rename _setCacheAdd.js => .internal/setCacheAdd.js (100%) rename _setCacheHas.js => .internal/setCacheHas.js (100%) rename _setData.js => .internal/setData.js (84%) rename _setToArray.js => .internal/setToArray.js (100%) rename _setToPairs.js => .internal/setToPairs.js (100%) rename _setToString.js => .internal/setToString.js (73%) rename _setWrapToString.js => .internal/setWrapToString.js (72%) rename _shortOut.js => .internal/shortOut.js (100%) rename _shuffleSelf.js => .internal/shuffleSelf.js (92%) rename _stackClear.js => .internal/stackClear.js (80%) rename _stackDelete.js => .internal/stackDelete.js (100%) rename _stackGet.js => .internal/stackGet.js (100%) rename _stackHas.js => .internal/stackHas.js (100%) rename _stackSet.js => .internal/stackSet.js (88%) rename _strictIndexOf.js => .internal/strictIndexOf.js (100%) rename _strictLastIndexOf.js => .internal/strictLastIndexOf.js (100%) rename _stringSize.js => .internal/stringSize.js (65%) rename _stringToArray.js => .internal/stringToArray.js (64%) rename _stringToPath.js => .internal/stringToPath.js (93%) rename _toKey.js => .internal/toKey.js (100%) rename _toSource.js => .internal/toSource.js (100%) rename _unescapeHtmlChar.js => .internal/unescapeHtmlChar.js (88%) rename _unicodeSize.js => .internal/unicodeSize.js (100%) rename _unicodeToArray.js => .internal/unicodeToArray.js (100%) rename _unicodeWords.js => .internal/unicodeWords.js (100%) rename _updateWrapDetails.js => .internal/updateWrapDetails.js (91%) diff --git a/_Hash.js b/.internal/Hash.js similarity index 70% rename from _Hash.js rename to .internal/Hash.js index 2801b0df6d..f905540608 100644 --- a/_Hash.js +++ b/.internal/Hash.js @@ -1,8 +1,8 @@ -import hashClear from './_hashClear.js'; -import hashDelete from './_hashDelete.js'; -import hashGet from './_hashGet.js'; -import hashHas from './_hashHas.js'; -import hashSet from './_hashSet.js'; +import hashClear from './.internal/hashClear.js'; +import hashDelete from './.internal/hashDelete.js'; +import hashGet from './.internal/hashGet.js'; +import hashHas from './.internal/hashHas.js'; +import hashSet from './.internal/hashSet.js'; /** * Creates a hash object. diff --git a/_ListCache.js b/.internal/ListCache.js similarity index 69% rename from _ListCache.js rename to .internal/ListCache.js index 9bac93ce01..37244e6c6c 100644 --- a/_ListCache.js +++ b/.internal/ListCache.js @@ -1,8 +1,8 @@ -import listCacheClear from './_listCacheClear.js'; -import listCacheDelete from './_listCacheDelete.js'; -import listCacheGet from './_listCacheGet.js'; -import listCacheHas from './_listCacheHas.js'; -import listCacheSet from './_listCacheSet.js'; +import listCacheClear from './.internal/listCacheClear.js'; +import listCacheDelete from './.internal/listCacheDelete.js'; +import listCacheGet from './.internal/listCacheGet.js'; +import listCacheHas from './.internal/listCacheHas.js'; +import listCacheSet from './.internal/listCacheSet.js'; /** * Creates an list cache object. diff --git a/_MapCache.js b/.internal/MapCache.js similarity index 70% rename from _MapCache.js rename to .internal/MapCache.js index 48d6bdeba1..62206dd633 100644 --- a/_MapCache.js +++ b/.internal/MapCache.js @@ -1,8 +1,8 @@ -import mapCacheClear from './_mapCacheClear.js'; -import mapCacheDelete from './_mapCacheDelete.js'; -import mapCacheGet from './_mapCacheGet.js'; -import mapCacheHas from './_mapCacheHas.js'; -import mapCacheSet from './_mapCacheSet.js'; +import mapCacheClear from './.internal/mapCacheClear.js'; +import mapCacheDelete from './.internal/mapCacheDelete.js'; +import mapCacheGet from './.internal/mapCacheGet.js'; +import mapCacheHas from './.internal/mapCacheHas.js'; +import mapCacheSet from './.internal/mapCacheSet.js'; /** * Creates a map cache object to store key-value pairs. diff --git a/_SetCache.js b/.internal/SetCache.js similarity index 77% rename from _SetCache.js rename to .internal/SetCache.js index 046a0ea90c..38124163dd 100644 --- a/_SetCache.js +++ b/.internal/SetCache.js @@ -1,6 +1,6 @@ -import MapCache from './_MapCache.js'; -import setCacheAdd from './_setCacheAdd.js'; -import setCacheHas from './_setCacheHas.js'; +import MapCache from './.internal/MapCache.js'; +import setCacheAdd from './.internal/setCacheAdd.js'; +import setCacheHas from './.internal/setCacheHas.js'; /** * diff --git a/_Stack.js b/.internal/Stack.js similarity index 62% rename from _Stack.js rename to .internal/Stack.js index b65cb2a08d..5e9370ef5c 100644 --- a/_Stack.js +++ b/.internal/Stack.js @@ -1,9 +1,9 @@ -import ListCache from './_ListCache.js'; -import stackClear from './_stackClear.js'; -import stackDelete from './_stackDelete.js'; -import stackGet from './_stackGet.js'; -import stackHas from './_stackHas.js'; -import stackSet from './_stackSet.js'; +import ListCache from './.internal/ListCache.js'; +import stackClear from './.internal/stackClear.js'; +import stackDelete from './.internal/stackDelete.js'; +import stackGet from './.internal/stackGet.js'; +import stackHas from './.internal/stackHas.js'; +import stackSet from './.internal/stackSet.js'; /** * Creates a stack cache object to store key-value pairs. diff --git a/_addMapEntry.js b/.internal/addMapEntry.js similarity index 100% rename from _addMapEntry.js rename to .internal/addMapEntry.js diff --git a/_addSetEntry.js b/.internal/addSetEntry.js similarity index 100% rename from _addSetEntry.js rename to .internal/addSetEntry.js diff --git a/_apply.js b/.internal/apply.js similarity index 100% rename from _apply.js rename to .internal/apply.js diff --git a/_arrayAggregator.js b/.internal/arrayAggregator.js similarity index 100% rename from _arrayAggregator.js rename to .internal/arrayAggregator.js diff --git a/_arrayEach.js b/.internal/arrayEach.js similarity index 100% rename from _arrayEach.js rename to .internal/arrayEach.js diff --git a/_arrayEachRight.js b/.internal/arrayEachRight.js similarity index 100% rename from _arrayEachRight.js rename to .internal/arrayEachRight.js diff --git a/_arrayEvery.js b/.internal/arrayEvery.js similarity index 100% rename from _arrayEvery.js rename to .internal/arrayEvery.js diff --git a/_arrayFilter.js b/.internal/arrayFilter.js similarity index 100% rename from _arrayFilter.js rename to .internal/arrayFilter.js diff --git a/_arrayIncludes.js b/.internal/arrayIncludes.js similarity index 89% rename from _arrayIncludes.js rename to .internal/arrayIncludes.js index ccdc5c60e4..20689905ed 100644 --- a/_arrayIncludes.js +++ b/.internal/arrayIncludes.js @@ -1,4 +1,4 @@ -import baseIndexOf from './_baseIndexOf.js'; +import baseIndexOf from './.internal/baseIndexOf.js'; /** * A specialized version of `includes` for arrays without support for diff --git a/_arrayIncludesWith.js b/.internal/arrayIncludesWith.js similarity index 100% rename from _arrayIncludesWith.js rename to .internal/arrayIncludesWith.js diff --git a/_arrayLikeKeys.js b/.internal/arrayLikeKeys.js similarity index 94% rename from _arrayLikeKeys.js rename to .internal/arrayLikeKeys.js index 2c20e060a1..f392d228e5 100644 --- a/_arrayLikeKeys.js +++ b/.internal/arrayLikeKeys.js @@ -1,7 +1,7 @@ -import baseTimes from './_baseTimes.js'; +import baseTimes from './.internal/baseTimes.js'; import isArguments from './isArguments.js'; import isBuffer from './isBuffer.js'; -import isIndex from './_isIndex.js'; +import isIndex from './.internal/isIndex.js'; import isTypedArray from './isTypedArray.js'; /** Used to check objects for own properties. */ diff --git a/_arrayMap.js b/.internal/arrayMap.js similarity index 100% rename from _arrayMap.js rename to .internal/arrayMap.js diff --git a/_arrayPush.js b/.internal/arrayPush.js similarity index 100% rename from _arrayPush.js rename to .internal/arrayPush.js diff --git a/_arrayReduce.js b/.internal/arrayReduce.js similarity index 100% rename from _arrayReduce.js rename to .internal/arrayReduce.js diff --git a/_arrayReduceRight.js b/.internal/arrayReduceRight.js similarity index 100% rename from _arrayReduceRight.js rename to .internal/arrayReduceRight.js diff --git a/_arraySample.js b/.internal/arraySample.js similarity index 85% rename from _arraySample.js rename to .internal/arraySample.js index 285da23b63..4feb5a4163 100644 --- a/_arraySample.js +++ b/.internal/arraySample.js @@ -1,4 +1,4 @@ -import baseRandom from './_baseRandom.js'; +import baseRandom from './.internal/baseRandom.js'; /** * A specialized version of `sample` for arrays. diff --git a/_arraySampleSize.js b/.internal/arraySampleSize.js similarity index 70% rename from _arraySampleSize.js rename to .internal/arraySampleSize.js index 6a6ce653f2..f8ed2ad433 100644 --- a/_arraySampleSize.js +++ b/.internal/arraySampleSize.js @@ -1,6 +1,6 @@ -import baseClamp from './_baseClamp.js'; -import copyArray from './_copyArray.js'; -import shuffleSelf from './_shuffleSelf.js'; +import baseClamp from './.internal/baseClamp.js'; +import copyArray from './.internal/copyArray.js'; +import shuffleSelf from './.internal/shuffleSelf.js'; /** * A specialized version of `sampleSize` for arrays. diff --git a/_arrayShuffle.js b/.internal/arrayShuffle.js similarity index 72% rename from _arrayShuffle.js rename to .internal/arrayShuffle.js index b77e3e95c2..beff8417c8 100644 --- a/_arrayShuffle.js +++ b/.internal/arrayShuffle.js @@ -1,5 +1,5 @@ -import copyArray from './_copyArray.js'; -import shuffleSelf from './_shuffleSelf.js'; +import copyArray from './.internal/copyArray.js'; +import shuffleSelf from './.internal/shuffleSelf.js'; /** * A specialized version of `shuffle` for arrays. diff --git a/_arraySome.js b/.internal/arraySome.js similarity index 100% rename from _arraySome.js rename to .internal/arraySome.js diff --git a/_asciiSize.js b/.internal/asciiSize.js similarity index 80% rename from _asciiSize.js rename to .internal/asciiSize.js index 76f861afa7..6ebee370cb 100644 --- a/_asciiSize.js +++ b/.internal/asciiSize.js @@ -1,4 +1,4 @@ -import baseProperty from './_baseProperty.js'; +import baseProperty from './.internal/baseProperty.js'; /** * Gets the size of an ASCII `string`. diff --git a/_asciiToArray.js b/.internal/asciiToArray.js similarity index 100% rename from _asciiToArray.js rename to .internal/asciiToArray.js diff --git a/_asciiWords.js b/.internal/asciiWords.js similarity index 100% rename from _asciiWords.js rename to .internal/asciiWords.js diff --git a/_assignMergeValue.js b/.internal/assignMergeValue.js similarity index 89% rename from _assignMergeValue.js rename to .internal/assignMergeValue.js index 92d09163f5..754f0c78ca 100644 --- a/_assignMergeValue.js +++ b/.internal/assignMergeValue.js @@ -1,4 +1,4 @@ -import baseAssignValue from './_baseAssignValue.js'; +import baseAssignValue from './.internal/baseAssignValue.js'; import eq from './eq.js'; /** diff --git a/_assignValue.js b/.internal/assignValue.js similarity index 92% rename from _assignValue.js rename to .internal/assignValue.js index 75e4f8eff9..4f05bf5b89 100644 --- a/_assignValue.js +++ b/.internal/assignValue.js @@ -1,4 +1,4 @@ -import baseAssignValue from './_baseAssignValue.js'; +import baseAssignValue from './.internal/baseAssignValue.js'; import eq from './eq.js'; /** Used to check objects for own properties. */ diff --git a/_assocIndexOf.js b/.internal/assocIndexOf.js similarity index 100% rename from _assocIndexOf.js rename to .internal/assocIndexOf.js diff --git a/_baseAggregator.js b/.internal/baseAggregator.js similarity index 93% rename from _baseAggregator.js rename to .internal/baseAggregator.js index b5710aae59..a186c28a74 100644 --- a/_baseAggregator.js +++ b/.internal/baseAggregator.js @@ -1,4 +1,4 @@ -import baseEach from './_baseEach.js'; +import baseEach from './.internal/baseEach.js'; /** * Aggregates elements of `collection` on `accumulator` with keys transformed diff --git a/_baseAssign.js b/.internal/baseAssign.js similarity index 89% rename from _baseAssign.js rename to .internal/baseAssign.js index b9aff6ef05..7325188a12 100644 --- a/_baseAssign.js +++ b/.internal/baseAssign.js @@ -1,4 +1,4 @@ -import copyObject from './_copyObject.js'; +import copyObject from './.internal/copyObject.js'; import keys from './keys.js'; /** diff --git a/_baseAssignIn.js b/.internal/baseAssignIn.js similarity index 89% rename from _baseAssignIn.js rename to .internal/baseAssignIn.js index c53caefc00..f84a22bb28 100644 --- a/_baseAssignIn.js +++ b/.internal/baseAssignIn.js @@ -1,4 +1,4 @@ -import copyObject from './_copyObject.js'; +import copyObject from './.internal/copyObject.js'; import keysIn from './keysIn.js'; /** diff --git a/_baseAssignValue.js b/.internal/baseAssignValue.js similarity index 100% rename from _baseAssignValue.js rename to .internal/baseAssignValue.js diff --git a/_baseAt.js b/.internal/baseAt.js similarity index 100% rename from _baseAt.js rename to .internal/baseAt.js diff --git a/_baseClamp.js b/.internal/baseClamp.js similarity index 100% rename from _baseClamp.js rename to .internal/baseClamp.js diff --git a/_baseClone.js b/.internal/baseClone.js similarity index 85% rename from _baseClone.js rename to .internal/baseClone.js index 0a7f13bb3e..28bb35d294 100644 --- a/_baseClone.js +++ b/.internal/baseClone.js @@ -1,18 +1,18 @@ -import Stack from './_Stack.js'; -import arrayEach from './_arrayEach.js'; -import assignValue from './_assignValue.js'; -import baseAssign from './_baseAssign.js'; -import baseAssignIn from './_baseAssignIn.js'; -import cloneBuffer from './_cloneBuffer.js'; -import copyArray from './_copyArray.js'; -import copySymbols from './_copySymbols.js'; -import copySymbolsIn from './_copySymbolsIn.js'; -import getAllKeys from './_getAllKeys.js'; -import getAllKeysIn from './_getAllKeysIn.js'; -import getTag from './_getTag.js'; -import initCloneArray from './_initCloneArray.js'; -import initCloneByTag from './_initCloneByTag.js'; -import initCloneObject from './_initCloneObject.js'; +import Stack from './.internal/Stack.js'; +import arrayEach from './.internal/arrayEach.js'; +import assignValue from './.internal/assignValue.js'; +import baseAssign from './.internal/baseAssign.js'; +import baseAssignIn from './.internal/baseAssignIn.js'; +import cloneBuffer from './.internal/cloneBuffer.js'; +import copyArray from './.internal/copyArray.js'; +import copySymbols from './.internal/copySymbols.js'; +import copySymbolsIn from './.internal/copySymbolsIn.js'; +import getAllKeys from './.internal/getAllKeys.js'; +import getAllKeysIn from './.internal/getAllKeysIn.js'; +import getTag from './.internal/getTag.js'; +import initCloneArray from './.internal/initCloneArray.js'; +import initCloneByTag from './.internal/initCloneByTag.js'; +import initCloneObject from './.internal/initCloneObject.js'; import isBuffer from './isBuffer.js'; import isObject from './isObject.js'; import keys from './keys.js'; diff --git a/_baseConforms.js b/.internal/baseConforms.js similarity index 87% rename from _baseConforms.js rename to .internal/baseConforms.js index 4a12f54be5..638a561bd2 100644 --- a/_baseConforms.js +++ b/.internal/baseConforms.js @@ -1,4 +1,4 @@ -import baseConformsTo from './_baseConformsTo.js'; +import baseConformsTo from './.internal/baseConformsTo.js'; import keys from './keys.js'; /** diff --git a/_baseConformsTo.js b/.internal/baseConformsTo.js similarity index 100% rename from _baseConformsTo.js rename to .internal/baseConformsTo.js diff --git a/_baseCreate.js b/.internal/baseCreate.js similarity index 100% rename from _baseCreate.js rename to .internal/baseCreate.js diff --git a/_baseDelay.js b/.internal/baseDelay.js similarity index 100% rename from _baseDelay.js rename to .internal/baseDelay.js diff --git a/_baseDifference.js b/.internal/baseDifference.js similarity index 85% rename from _baseDifference.js rename to .internal/baseDifference.js index f018fa48e0..1a4767fc39 100644 --- a/_baseDifference.js +++ b/.internal/baseDifference.js @@ -1,8 +1,8 @@ -import SetCache from './_SetCache.js'; -import arrayIncludes from './_arrayIncludes.js'; -import arrayIncludesWith from './_arrayIncludesWith.js'; -import arrayMap from './_arrayMap.js'; -import cacheHas from './_cacheHas.js'; +import SetCache from './.internal/SetCache.js'; +import arrayIncludes from './.internal/arrayIncludes.js'; +import arrayIncludesWith from './.internal/arrayIncludesWith.js'; +import arrayMap from './.internal/arrayMap.js'; +import cacheHas from './.internal/cacheHas.js'; /** Used as the size to enable large array optimizations. */ const LARGE_ARRAY_SIZE = 200; diff --git a/_baseEach.js b/.internal/baseEach.js similarity index 74% rename from _baseEach.js rename to .internal/baseEach.js index a28e6580b2..4a98070e11 100644 --- a/_baseEach.js +++ b/.internal/baseEach.js @@ -1,5 +1,5 @@ -import baseForOwn from './_baseForOwn.js'; -import createBaseEach from './_createBaseEach.js'; +import baseForOwn from './.internal/baseForOwn.js'; +import createBaseEach from './.internal/createBaseEach.js'; /** * The base implementation of `forEach`. diff --git a/_baseEachRight.js b/.internal/baseEachRight.js similarity index 73% rename from _baseEachRight.js rename to .internal/baseEachRight.js index 2fe9b86278..135ccdc7c9 100644 --- a/_baseEachRight.js +++ b/.internal/baseEachRight.js @@ -1,5 +1,5 @@ -import baseForOwnRight from './_baseForOwnRight.js'; -import createBaseEach from './_createBaseEach.js'; +import baseForOwnRight from './.internal/baseForOwnRight.js'; +import createBaseEach from './.internal/createBaseEach.js'; /** * The base implementation of `forEachRight`. diff --git a/_baseEvery.js b/.internal/baseEvery.js similarity index 91% rename from _baseEvery.js rename to .internal/baseEvery.js index da269e2d4c..e0eea1722b 100644 --- a/_baseEvery.js +++ b/.internal/baseEvery.js @@ -1,4 +1,4 @@ -import baseEach from './_baseEach.js'; +import baseEach from './.internal/baseEach.js'; /** * The base implementation of `every`. diff --git a/_baseExtremum.js b/.internal/baseExtremum.js similarity index 100% rename from _baseExtremum.js rename to .internal/baseExtremum.js diff --git a/_baseFill.js b/.internal/baseFill.js similarity index 100% rename from _baseFill.js rename to .internal/baseFill.js diff --git a/_baseFilter.js b/.internal/baseFilter.js similarity index 91% rename from _baseFilter.js rename to .internal/baseFilter.js index 95b3e3e046..0ac51d7076 100644 --- a/_baseFilter.js +++ b/.internal/baseFilter.js @@ -1,4 +1,4 @@ -import baseEach from './_baseEach.js'; +import baseEach from './.internal/baseEach.js'; /** * The base implementation of `filter`. diff --git a/_baseFindIndex.js b/.internal/baseFindIndex.js similarity index 100% rename from _baseFindIndex.js rename to .internal/baseFindIndex.js diff --git a/_baseFindKey.js b/.internal/baseFindKey.js similarity index 100% rename from _baseFindKey.js rename to .internal/baseFindKey.js diff --git a/_baseFlatten.js b/.internal/baseFlatten.js similarity index 91% rename from _baseFlatten.js rename to .internal/baseFlatten.js index ac716e6114..9a7f6d7066 100644 --- a/_baseFlatten.js +++ b/.internal/baseFlatten.js @@ -1,5 +1,5 @@ -import arrayPush from './_arrayPush.js'; -import isFlattenable from './_isFlattenable.js'; +import arrayPush from './.internal/arrayPush.js'; +import isFlattenable from './.internal/isFlattenable.js'; /** * The base implementation of `flatten` with support for restricting flattening. diff --git a/_baseFor.js b/.internal/baseFor.js similarity index 90% rename from _baseFor.js rename to .internal/baseFor.js index c8e080e018..90b01249d6 100644 --- a/_baseFor.js +++ b/.internal/baseFor.js @@ -1,4 +1,4 @@ -import createBaseFor from './_createBaseFor.js'; +import createBaseFor from './.internal/createBaseFor.js'; /** * The base implementation of `baseForOwn` which iterates over `object` diff --git a/_baseForOwn.js b/.internal/baseForOwn.js similarity index 89% rename from _baseForOwn.js rename to .internal/baseForOwn.js index 5cfda37776..77e8d6e5aa 100644 --- a/_baseForOwn.js +++ b/.internal/baseForOwn.js @@ -1,4 +1,4 @@ -import baseFor from './_baseFor.js'; +import baseFor from './.internal/baseFor.js'; import keys from './keys.js'; /** diff --git a/_baseForOwnRight.js b/.internal/baseForOwnRight.js similarity index 87% rename from _baseForOwnRight.js rename to .internal/baseForOwnRight.js index e88ef5817b..098b0d132c 100644 --- a/_baseForOwnRight.js +++ b/.internal/baseForOwnRight.js @@ -1,4 +1,4 @@ -import baseForRight from './_baseForRight.js'; +import baseForRight from './.internal/baseForRight.js'; import keys from './keys.js'; /** diff --git a/_baseForRight.js b/.internal/baseForRight.js similarity index 88% rename from _baseForRight.js rename to .internal/baseForRight.js index 838f7f6c03..5e92fcf6b0 100644 --- a/_baseForRight.js +++ b/.internal/baseForRight.js @@ -1,4 +1,4 @@ -import createBaseFor from './_createBaseFor.js'; +import createBaseFor from './.internal/createBaseFor.js'; /** * This function is like `baseFor` except that it iterates over properties diff --git a/_baseFunctions.js b/.internal/baseFunctions.js similarity index 89% rename from _baseFunctions.js rename to .internal/baseFunctions.js index 4c47082bbf..50b829b172 100644 --- a/_baseFunctions.js +++ b/.internal/baseFunctions.js @@ -1,4 +1,4 @@ -import arrayFilter from './_arrayFilter.js'; +import arrayFilter from './.internal/arrayFilter.js'; import isFunction from './isFunction.js'; /** diff --git a/_baseGet.js b/.internal/baseGet.js similarity index 85% rename from _baseGet.js rename to .internal/baseGet.js index ad40ea65ba..d5ec758966 100644 --- a/_baseGet.js +++ b/.internal/baseGet.js @@ -1,5 +1,5 @@ -import castPath from './_castPath.js'; -import toKey from './_toKey.js'; +import castPath from './.internal/castPath.js'; +import toKey from './.internal/toKey.js'; /** * The base implementation of `get` without support for default values. diff --git a/_baseGetAllKeys.js b/.internal/baseGetAllKeys.js similarity index 93% rename from _baseGetAllKeys.js rename to .internal/baseGetAllKeys.js index f22dce9817..32fd1c350f 100644 --- a/_baseGetAllKeys.js +++ b/.internal/baseGetAllKeys.js @@ -1,4 +1,4 @@ -import arrayPush from './_arrayPush.js'; +import arrayPush from './.internal/arrayPush.js'; /** * The base implementation of `getAllKeys` and `getAllKeysIn` which uses diff --git a/_baseGetTag.js b/.internal/baseGetTag.js similarity index 85% rename from _baseGetTag.js rename to .internal/baseGetTag.js index 974c0081fc..2294b0acf5 100644 --- a/_baseGetTag.js +++ b/.internal/baseGetTag.js @@ -1,5 +1,5 @@ -import getRawTag from './_getRawTag.js'; -import objectToString from './_objectToString.js'; +import getRawTag from './.internal/getRawTag.js'; +import objectToString from './.internal/objectToString.js'; /** `Object#toString` result references. */ const nullTag = '[object Null]'; diff --git a/_baseGt.js b/.internal/baseGt.js similarity index 100% rename from _baseGt.js rename to .internal/baseGt.js diff --git a/_baseHas.js b/.internal/baseHas.js similarity index 100% rename from _baseHas.js rename to .internal/baseHas.js diff --git a/_baseHasIn.js b/.internal/baseHasIn.js similarity index 100% rename from _baseHasIn.js rename to .internal/baseHasIn.js diff --git a/_baseInRange.js b/.internal/baseInRange.js similarity index 100% rename from _baseInRange.js rename to .internal/baseInRange.js diff --git a/_baseIndexOf.js b/.internal/baseIndexOf.js similarity index 75% rename from _baseIndexOf.js rename to .internal/baseIndexOf.js index 8b56348855..78bcf202ff 100644 --- a/_baseIndexOf.js +++ b/.internal/baseIndexOf.js @@ -1,6 +1,6 @@ -import baseFindIndex from './_baseFindIndex.js'; -import baseIsNaN from './_baseIsNaN.js'; -import strictIndexOf from './_strictIndexOf.js'; +import baseFindIndex from './.internal/baseFindIndex.js'; +import baseIsNaN from './.internal/baseIsNaN.js'; +import strictIndexOf from './.internal/strictIndexOf.js'; /** * The base implementation of `indexOf` without `fromIndex` bounds checks. diff --git a/_baseIndexOfWith.js b/.internal/baseIndexOfWith.js similarity index 100% rename from _baseIndexOfWith.js rename to .internal/baseIndexOfWith.js diff --git a/_baseIntersection.js b/.internal/baseIntersection.js similarity index 88% rename from _baseIntersection.js rename to .internal/baseIntersection.js index 51d87800dc..a38a7f4fa7 100644 --- a/_baseIntersection.js +++ b/.internal/baseIntersection.js @@ -1,8 +1,8 @@ -import SetCache from './_SetCache.js'; -import arrayIncludes from './_arrayIncludes.js'; -import arrayIncludesWith from './_arrayIncludesWith.js'; -import arrayMap from './_arrayMap.js'; -import cacheHas from './_cacheHas.js'; +import SetCache from './.internal/SetCache.js'; +import arrayIncludes from './.internal/arrayIncludes.js'; +import arrayIncludesWith from './.internal/arrayIncludesWith.js'; +import arrayMap from './.internal/arrayMap.js'; +import cacheHas from './.internal/cacheHas.js'; /* Built-in method references for those with the same name as other `lodash` methods. */ const nativeMin = Math.min; diff --git a/_baseInverter.js b/.internal/baseInverter.js similarity index 92% rename from _baseInverter.js rename to .internal/baseInverter.js index 190af034de..cf775ec5f1 100644 --- a/_baseInverter.js +++ b/.internal/baseInverter.js @@ -1,4 +1,4 @@ -import baseForOwn from './_baseForOwn.js'; +import baseForOwn from './.internal/baseForOwn.js'; /** * The base implementation of `invert` and `invertBy` which inverts diff --git a/_baseInvoke.js b/.internal/baseInvoke.js similarity index 78% rename from _baseInvoke.js rename to .internal/baseInvoke.js index 1c2751eb29..96c7cfeef9 100644 --- a/_baseInvoke.js +++ b/.internal/baseInvoke.js @@ -1,8 +1,8 @@ -import apply from './_apply.js'; -import castPath from './_castPath.js'; +import apply from './.internal/apply.js'; +import castPath from './.internal/castPath.js'; import last from './last.js'; -import parent from './_parent.js'; -import toKey from './_toKey.js'; +import parent from './.internal/parent.js'; +import toKey from './.internal/toKey.js'; /** * The base implementation of `invoke` without support for individual diff --git a/_baseIsArrayBuffer.js b/.internal/baseIsArrayBuffer.js similarity index 89% rename from _baseIsArrayBuffer.js rename to .internal/baseIsArrayBuffer.js index 377632dc5e..7cd8756412 100644 --- a/_baseIsArrayBuffer.js +++ b/.internal/baseIsArrayBuffer.js @@ -1,4 +1,4 @@ -import baseGetTag from './_baseGetTag.js'; +import baseGetTag from './.internal/baseGetTag.js'; import isObjectLike from './isObjectLike.js'; const arrayBufferTag = '[object ArrayBuffer]'; diff --git a/_baseIsDate.js b/.internal/baseIsDate.js similarity index 89% rename from _baseIsDate.js rename to .internal/baseIsDate.js index 565ca74052..cb737279ba 100644 --- a/_baseIsDate.js +++ b/.internal/baseIsDate.js @@ -1,4 +1,4 @@ -import baseGetTag from './_baseGetTag.js'; +import baseGetTag from './.internal/baseGetTag.js'; import isObjectLike from './isObjectLike.js'; /** `Object#toString` result references. */ diff --git a/_baseIsEqual.js b/.internal/baseIsEqual.js similarity index 93% rename from _baseIsEqual.js rename to .internal/baseIsEqual.js index 1f89c9b2db..a758c2c835 100644 --- a/_baseIsEqual.js +++ b/.internal/baseIsEqual.js @@ -1,4 +1,4 @@ -import baseIsEqualDeep from './_baseIsEqualDeep.js'; +import baseIsEqualDeep from './.internal/baseIsEqualDeep.js'; import isObjectLike from './isObjectLike.js'; /** diff --git a/_baseIsEqualDeep.js b/.internal/baseIsEqualDeep.js similarity index 91% rename from _baseIsEqualDeep.js rename to .internal/baseIsEqualDeep.js index 53312cc183..0ba23bc36d 100644 --- a/_baseIsEqualDeep.js +++ b/.internal/baseIsEqualDeep.js @@ -1,8 +1,8 @@ -import Stack from './_Stack.js'; -import equalArrays from './_equalArrays.js'; -import equalByTag from './_equalByTag.js'; -import equalObjects from './_equalObjects.js'; -import getTag from './_getTag.js'; +import Stack from './.internal/Stack.js'; +import equalArrays from './.internal/equalArrays.js'; +import equalByTag from './.internal/equalByTag.js'; +import equalObjects from './.internal/equalObjects.js'; +import getTag from './.internal/getTag.js'; import isBuffer from './isBuffer.js'; import isTypedArray from './isTypedArray.js'; diff --git a/_baseIsMap.js b/.internal/baseIsMap.js similarity index 90% rename from _baseIsMap.js rename to .internal/baseIsMap.js index f214fb88ef..b9c6a85540 100644 --- a/_baseIsMap.js +++ b/.internal/baseIsMap.js @@ -1,4 +1,4 @@ -import getTag from './_getTag.js'; +import getTag from './.internal/getTag.js'; import isObjectLike from './isObjectLike.js'; /** `Object#toString` result references. */ diff --git a/_baseIsMatch.js b/.internal/baseIsMatch.js similarity index 94% rename from _baseIsMatch.js rename to .internal/baseIsMatch.js index 85a905244f..ffb91b96e0 100644 --- a/_baseIsMatch.js +++ b/.internal/baseIsMatch.js @@ -1,5 +1,5 @@ -import Stack from './_Stack.js'; -import baseIsEqual from './_baseIsEqual.js'; +import Stack from './.internal/Stack.js'; +import baseIsEqual from './.internal/baseIsEqual.js'; /** Used to compose bitmasks for value comparisons. */ const COMPARE_PARTIAL_FLAG = 1; diff --git a/_baseIsNaN.js b/.internal/baseIsNaN.js similarity index 100% rename from _baseIsNaN.js rename to .internal/baseIsNaN.js diff --git a/_baseIsRegExp.js b/.internal/baseIsRegExp.js similarity index 89% rename from _baseIsRegExp.js rename to .internal/baseIsRegExp.js index 530a5a3870..43da1a187e 100644 --- a/_baseIsRegExp.js +++ b/.internal/baseIsRegExp.js @@ -1,4 +1,4 @@ -import baseGetTag from './_baseGetTag.js'; +import baseGetTag from './.internal/baseGetTag.js'; import isObjectLike from './isObjectLike.js'; /** `Object#toString` result references. */ diff --git a/_baseIsSet.js b/.internal/baseIsSet.js similarity index 90% rename from _baseIsSet.js rename to .internal/baseIsSet.js index 324db446e7..a236125315 100644 --- a/_baseIsSet.js +++ b/.internal/baseIsSet.js @@ -1,4 +1,4 @@ -import getTag from './_getTag.js'; +import getTag from './.internal/getTag.js'; import isObjectLike from './isObjectLike.js'; /** `Object#toString` result references. */ diff --git a/_baseIsTypedArray.js b/.internal/baseIsTypedArray.js similarity index 97% rename from _baseIsTypedArray.js rename to .internal/baseIsTypedArray.js index dc11da1082..5c4935d047 100644 --- a/_baseIsTypedArray.js +++ b/.internal/baseIsTypedArray.js @@ -1,4 +1,4 @@ -import baseGetTag from './_baseGetTag.js'; +import baseGetTag from './.internal/baseGetTag.js'; import isLength from './isLength.js'; import isObjectLike from './isObjectLike.js'; diff --git a/_baseKeys.js b/.internal/baseKeys.js similarity index 85% rename from _baseKeys.js rename to .internal/baseKeys.js index 51c64fcc84..48d40b8602 100644 --- a/_baseKeys.js +++ b/.internal/baseKeys.js @@ -1,5 +1,5 @@ -import isPrototype from './_isPrototype.js'; -import nativeKeys from './_nativeKeys.js'; +import isPrototype from './.internal/isPrototype.js'; +import nativeKeys from './.internal/nativeKeys.js'; /** Used to check objects for own properties. */ const hasOwnProperty = Object.prototype.hasOwnProperty; diff --git a/_baseKeysIn.js b/.internal/baseKeysIn.js similarity index 86% rename from _baseKeysIn.js rename to .internal/baseKeysIn.js index 62bbad78e7..436df9ee04 100644 --- a/_baseKeysIn.js +++ b/.internal/baseKeysIn.js @@ -1,6 +1,6 @@ import isObject from './isObject.js'; -import isPrototype from './_isPrototype.js'; -import nativeKeysIn from './_nativeKeysIn.js'; +import isPrototype from './.internal/isPrototype.js'; +import nativeKeysIn from './.internal/nativeKeysIn.js'; /** Used to check objects for own properties. */ const hasOwnProperty = Object.prototype.hasOwnProperty; diff --git a/_baseLodash.js b/.internal/baseLodash.js similarity index 100% rename from _baseLodash.js rename to .internal/baseLodash.js diff --git a/_baseLt.js b/.internal/baseLt.js similarity index 100% rename from _baseLt.js rename to .internal/baseLt.js diff --git a/_baseMap.js b/.internal/baseMap.js similarity index 92% rename from _baseMap.js rename to .internal/baseMap.js index f67c5973a8..81685d3129 100644 --- a/_baseMap.js +++ b/.internal/baseMap.js @@ -1,4 +1,4 @@ -import baseEach from './_baseEach.js'; +import baseEach from './.internal/baseEach.js'; import isArrayLike from './isArrayLike.js'; /** diff --git a/_baseMatches.js b/.internal/baseMatches.js similarity index 73% rename from _baseMatches.js rename to .internal/baseMatches.js index b63f49ff69..b417d9e460 100644 --- a/_baseMatches.js +++ b/.internal/baseMatches.js @@ -1,6 +1,6 @@ -import baseIsMatch from './_baseIsMatch.js'; -import getMatchData from './_getMatchData.js'; -import matchesStrictComparable from './_matchesStrictComparable.js'; +import baseIsMatch from './.internal/baseIsMatch.js'; +import getMatchData from './.internal/getMatchData.js'; +import matchesStrictComparable from './.internal/matchesStrictComparable.js'; /** * The base implementation of `matches` which doesn't clone `source`. diff --git a/_baseMatchesProperty.js b/.internal/baseMatchesProperty.js similarity index 75% rename from _baseMatchesProperty.js rename to .internal/baseMatchesProperty.js index fe41d2fd2a..4dd4064d82 100644 --- a/_baseMatchesProperty.js +++ b/.internal/baseMatchesProperty.js @@ -1,10 +1,10 @@ -import baseIsEqual from './_baseIsEqual.js'; +import baseIsEqual from './.internal/baseIsEqual.js'; import get from './get.js'; import hasIn from './hasIn.js'; -import isKey from './_isKey.js'; -import isStrictComparable from './_isStrictComparable.js'; -import matchesStrictComparable from './_matchesStrictComparable.js'; -import toKey from './_toKey.js'; +import isKey from './.internal/isKey.js'; +import isStrictComparable from './.internal/isStrictComparable.js'; +import matchesStrictComparable from './.internal/matchesStrictComparable.js'; +import toKey from './.internal/toKey.js'; /** Used to compose bitmasks for value comparisons. */ const COMPARE_PARTIAL_FLAG = 1; diff --git a/_baseMerge.js b/.internal/baseMerge.js similarity index 84% rename from _baseMerge.js rename to .internal/baseMerge.js index a5fca1ff03..daba027e83 100644 --- a/_baseMerge.js +++ b/.internal/baseMerge.js @@ -1,7 +1,7 @@ -import Stack from './_Stack.js'; -import assignMergeValue from './_assignMergeValue.js'; -import baseFor from './_baseFor.js'; -import baseMergeDeep from './_baseMergeDeep.js'; +import Stack from './.internal/Stack.js'; +import assignMergeValue from './.internal/assignMergeValue.js'; +import baseFor from './.internal/baseFor.js'; +import baseMergeDeep from './.internal/baseMergeDeep.js'; import isObject from './isObject.js'; import keysIn from './keysIn.js'; diff --git a/_baseMergeDeep.js b/.internal/baseMergeDeep.js similarity index 90% rename from _baseMergeDeep.js rename to .internal/baseMergeDeep.js index ebb5ae1789..de792055e3 100644 --- a/_baseMergeDeep.js +++ b/.internal/baseMergeDeep.js @@ -1,8 +1,8 @@ -import assignMergeValue from './_assignMergeValue.js'; -import cloneBuffer from './_cloneBuffer.js'; -import cloneTypedArray from './_cloneTypedArray.js'; -import copyArray from './_copyArray.js'; -import initCloneObject from './_initCloneObject.js'; +import assignMergeValue from './.internal/assignMergeValue.js'; +import cloneBuffer from './.internal/cloneBuffer.js'; +import cloneTypedArray from './.internal/cloneTypedArray.js'; +import copyArray from './.internal/copyArray.js'; +import initCloneObject from './.internal/initCloneObject.js'; import isArguments from './isArguments.js'; import isArrayLikeObject from './isArrayLikeObject.js'; import isBuffer from './isBuffer.js'; diff --git a/_baseNth.js b/.internal/baseNth.js similarity index 90% rename from _baseNth.js rename to .internal/baseNth.js index 91b903fb99..568016a43e 100644 --- a/_baseNth.js +++ b/.internal/baseNth.js @@ -1,4 +1,4 @@ -import isIndex from './_isIndex.js'; +import isIndex from './.internal/isIndex.js'; /** * The base implementation of `nth` which doesn't coerce arguments. diff --git a/_baseOrderBy.js b/.internal/baseOrderBy.js similarity index 80% rename from _baseOrderBy.js rename to .internal/baseOrderBy.js index 55b7bb2fcb..ed8f21feec 100644 --- a/_baseOrderBy.js +++ b/.internal/baseOrderBy.js @@ -1,7 +1,7 @@ -import arrayMap from './_arrayMap.js'; -import baseMap from './_baseMap.js'; -import baseSortBy from './_baseSortBy.js'; -import compareMultiple from './_compareMultiple.js'; +import arrayMap from './.internal/arrayMap.js'; +import baseMap from './.internal/baseMap.js'; +import baseSortBy from './.internal/baseSortBy.js'; +import compareMultiple from './.internal/compareMultiple.js'; import identity from './identity.js'; /** diff --git a/_basePick.js b/.internal/basePick.js similarity index 89% rename from _basePick.js rename to .internal/basePick.js index ab445d1604..5d1ddc446c 100644 --- a/_basePick.js +++ b/.internal/basePick.js @@ -1,4 +1,4 @@ -import basePickBy from './_basePickBy.js'; +import basePickBy from './.internal/basePickBy.js'; import hasIn from './hasIn.js'; /** diff --git a/_basePickBy.js b/.internal/basePickBy.js similarity index 82% rename from _basePickBy.js rename to .internal/basePickBy.js index 43a56d479d..45d7819450 100644 --- a/_basePickBy.js +++ b/.internal/basePickBy.js @@ -1,6 +1,6 @@ -import baseGet from './_baseGet.js'; -import baseSet from './_baseSet.js'; -import castPath from './_castPath.js'; +import baseGet from './.internal/baseGet.js'; +import baseSet from './.internal/baseSet.js'; +import castPath from './.internal/castPath.js'; /** * The base implementation of `pickBy`. diff --git a/_baseProperty.js b/.internal/baseProperty.js similarity index 100% rename from _baseProperty.js rename to .internal/baseProperty.js diff --git a/_basePropertyDeep.js b/.internal/basePropertyDeep.js similarity index 87% rename from _basePropertyDeep.js rename to .internal/basePropertyDeep.js index 7ac332e2f3..0129430d19 100644 --- a/_basePropertyDeep.js +++ b/.internal/basePropertyDeep.js @@ -1,4 +1,4 @@ -import baseGet from './_baseGet.js'; +import baseGet from './.internal/baseGet.js'; /** * A specialized version of `baseProperty` which supports deep paths. diff --git a/_basePropertyOf.js b/.internal/basePropertyOf.js similarity index 100% rename from _basePropertyOf.js rename to .internal/basePropertyOf.js diff --git a/_basePullAll.js b/.internal/basePullAll.js similarity index 84% rename from _basePullAll.js rename to .internal/basePullAll.js index 59eceff734..7d7341c639 100644 --- a/_basePullAll.js +++ b/.internal/basePullAll.js @@ -1,7 +1,7 @@ -import arrayMap from './_arrayMap.js'; -import baseIndexOf from './_baseIndexOf.js'; -import baseIndexOfWith from './_baseIndexOfWith.js'; -import copyArray from './_copyArray.js'; +import arrayMap from './.internal/arrayMap.js'; +import baseIndexOf from './.internal/baseIndexOf.js'; +import baseIndexOfWith from './.internal/baseIndexOfWith.js'; +import copyArray from './.internal/copyArray.js'; /** Built-in value references. */ const splice = Array.prototype.splice; diff --git a/_basePullAt.js b/.internal/basePullAt.js similarity index 89% rename from _basePullAt.js rename to .internal/basePullAt.js index 45a6a5dd31..1ea2cf112d 100644 --- a/_basePullAt.js +++ b/.internal/basePullAt.js @@ -1,5 +1,5 @@ -import baseUnset from './_baseUnset.js'; -import isIndex from './_isIndex.js'; +import baseUnset from './.internal/baseUnset.js'; +import isIndex from './.internal/isIndex.js'; /** Built-in value references. */ const splice = Array.prototype.splice; diff --git a/_baseRandom.js b/.internal/baseRandom.js similarity index 100% rename from _baseRandom.js rename to .internal/baseRandom.js diff --git a/_baseRange.js b/.internal/baseRange.js similarity index 100% rename from _baseRange.js rename to .internal/baseRange.js diff --git a/_baseReduce.js b/.internal/baseReduce.js similarity index 100% rename from _baseReduce.js rename to .internal/baseReduce.js diff --git a/_baseRepeat.js b/.internal/baseRepeat.js similarity index 100% rename from _baseRepeat.js rename to .internal/baseRepeat.js diff --git a/_baseSample.js b/.internal/baseSample.js similarity index 85% rename from _baseSample.js rename to .internal/baseSample.js index 76ac6f0001..6db6b2cbc6 100644 --- a/_baseSample.js +++ b/.internal/baseSample.js @@ -1,4 +1,4 @@ -import arraySample from './_arraySample.js'; +import arraySample from './.internal/arraySample.js'; import values from './values.js'; /** diff --git a/_baseSampleSize.js b/.internal/baseSampleSize.js similarity index 81% rename from _baseSampleSize.js rename to .internal/baseSampleSize.js index da2b48c8f8..d08f20ffd0 100644 --- a/_baseSampleSize.js +++ b/.internal/baseSampleSize.js @@ -1,5 +1,5 @@ -import baseClamp from './_baseClamp.js'; -import shuffleSelf from './_shuffleSelf.js'; +import baseClamp from './.internal/baseClamp.js'; +import shuffleSelf from './.internal/shuffleSelf.js'; import values from './values.js'; /** diff --git a/_baseSet.js b/.internal/baseSet.js similarity index 85% rename from _baseSet.js rename to .internal/baseSet.js index 2075b467d3..0aba769447 100644 --- a/_baseSet.js +++ b/.internal/baseSet.js @@ -1,8 +1,8 @@ -import assignValue from './_assignValue.js'; -import castPath from './_castPath.js'; -import isIndex from './_isIndex.js'; +import assignValue from './.internal/assignValue.js'; +import castPath from './.internal/castPath.js'; +import isIndex from './.internal/isIndex.js'; import isObject from './isObject.js'; -import toKey from './_toKey.js'; +import toKey from './.internal/toKey.js'; /** * The base implementation of `set`. diff --git a/_baseSetData.js b/.internal/baseSetData.js similarity index 90% rename from _baseSetData.js rename to .internal/baseSetData.js index fc36f3bed8..3bd6086df3 100644 --- a/_baseSetData.js +++ b/.internal/baseSetData.js @@ -1,5 +1,5 @@ import identity from './identity.js'; -import metaMap from './_metaMap.js'; +import metaMap from './.internal/metaMap.js'; /** * The base implementation of `setData` without support for hot loop shorting. diff --git a/_baseSetToString.js b/.internal/baseSetToString.js similarity index 100% rename from _baseSetToString.js rename to .internal/baseSetToString.js diff --git a/_baseShuffle.js b/.internal/baseShuffle.js similarity index 85% rename from _baseShuffle.js rename to .internal/baseShuffle.js index ab91577daa..37250667c8 100644 --- a/_baseShuffle.js +++ b/.internal/baseShuffle.js @@ -1,4 +1,4 @@ -import shuffleSelf from './_shuffleSelf.js'; +import shuffleSelf from './.internal/shuffleSelf.js'; import values from './values.js'; /** diff --git a/_baseSlice.js b/.internal/baseSlice.js similarity index 100% rename from _baseSlice.js rename to .internal/baseSlice.js diff --git a/_baseSome.js b/.internal/baseSome.js similarity index 91% rename from _baseSome.js rename to .internal/baseSome.js index 407ee91390..9ed117c97c 100644 --- a/_baseSome.js +++ b/.internal/baseSome.js @@ -1,4 +1,4 @@ -import baseEach from './_baseEach.js'; +import baseEach from './.internal/baseEach.js'; /** * The base implementation of `some`. diff --git a/_baseSortBy.js b/.internal/baseSortBy.js similarity index 100% rename from _baseSortBy.js rename to .internal/baseSortBy.js diff --git a/_baseSortedIndex.js b/.internal/baseSortedIndex.js similarity index 95% rename from _baseSortedIndex.js rename to .internal/baseSortedIndex.js index ca19e92779..5d8e12ba70 100644 --- a/_baseSortedIndex.js +++ b/.internal/baseSortedIndex.js @@ -1,4 +1,4 @@ -import baseSortedIndexBy from './_baseSortedIndexBy.js'; +import baseSortedIndexBy from './.internal/baseSortedIndexBy.js'; import identity from './identity.js'; import isSymbol from './isSymbol.js'; diff --git a/_baseSortedIndexBy.js b/.internal/baseSortedIndexBy.js similarity index 100% rename from _baseSortedIndexBy.js rename to .internal/baseSortedIndexBy.js diff --git a/_baseSortedUniq.js b/.internal/baseSortedUniq.js similarity index 100% rename from _baseSortedUniq.js rename to .internal/baseSortedUniq.js diff --git a/_baseSum.js b/.internal/baseSum.js similarity index 100% rename from _baseSum.js rename to .internal/baseSum.js diff --git a/_baseTimes.js b/.internal/baseTimes.js similarity index 100% rename from _baseTimes.js rename to .internal/baseTimes.js diff --git a/_baseToNumber.js b/.internal/baseToNumber.js similarity index 100% rename from _baseToNumber.js rename to .internal/baseToNumber.js diff --git a/_baseToPairs.js b/.internal/baseToPairs.js similarity index 90% rename from _baseToPairs.js rename to .internal/baseToPairs.js index 1d00496aa8..93fb97ab0a 100644 --- a/_baseToPairs.js +++ b/.internal/baseToPairs.js @@ -1,4 +1,4 @@ -import arrayMap from './_arrayMap.js'; +import arrayMap from './.internal/arrayMap.js'; /** * The base implementation of `toPairs` and `toPairsIn` which creates an array diff --git a/_baseToString.js b/.internal/baseToString.js similarity index 95% rename from _baseToString.js rename to .internal/baseToString.js index a64eb2eabd..8fb4303b54 100644 --- a/_baseToString.js +++ b/.internal/baseToString.js @@ -1,4 +1,4 @@ -import arrayMap from './_arrayMap.js'; +import arrayMap from './.internal/arrayMap.js'; import isSymbol from './isSymbol.js'; /** Used as references for various `Number` constants. */ diff --git a/_baseUniq.js b/.internal/baseUniq.js similarity index 83% rename from _baseUniq.js rename to .internal/baseUniq.js index 5fb10378aa..d93c4b6b0a 100644 --- a/_baseUniq.js +++ b/.internal/baseUniq.js @@ -1,9 +1,9 @@ -import SetCache from './_SetCache.js'; -import arrayIncludes from './_arrayIncludes.js'; -import arrayIncludesWith from './_arrayIncludesWith.js'; -import cacheHas from './_cacheHas.js'; -import createSet from './_createSet.js'; -import setToArray from './_setToArray.js'; +import SetCache from './.internal/SetCache.js'; +import arrayIncludes from './.internal/arrayIncludes.js'; +import arrayIncludesWith from './.internal/arrayIncludesWith.js'; +import cacheHas from './.internal/cacheHas.js'; +import createSet from './.internal/createSet.js'; +import setToArray from './.internal/setToArray.js'; /** Used as the size to enable large array optimizations. */ const LARGE_ARRAY_SIZE = 200; diff --git a/_baseUnset.js b/.internal/baseUnset.js similarity index 77% rename from _baseUnset.js rename to .internal/baseUnset.js index 46c21d5d59..c931ca7582 100644 --- a/_baseUnset.js +++ b/.internal/baseUnset.js @@ -1,7 +1,7 @@ -import castPath from './_castPath.js'; +import castPath from './.internal/castPath.js'; import last from './last.js'; -import parent from './_parent.js'; -import toKey from './_toKey.js'; +import parent from './.internal/parent.js'; +import toKey from './.internal/toKey.js'; /** * The base implementation of `unset`. diff --git a/_baseUpdate.js b/.internal/baseUpdate.js similarity index 85% rename from _baseUpdate.js rename to .internal/baseUpdate.js index ea177ce843..64c246e583 100644 --- a/_baseUpdate.js +++ b/.internal/baseUpdate.js @@ -1,5 +1,5 @@ -import baseGet from './_baseGet.js'; -import baseSet from './_baseSet.js'; +import baseGet from './.internal/baseGet.js'; +import baseSet from './.internal/baseSet.js'; /** * The base implementation of `update`. diff --git a/_baseValues.js b/.internal/baseValues.js similarity index 90% rename from _baseValues.js rename to .internal/baseValues.js index 2af4345a8b..06e8369cce 100644 --- a/_baseValues.js +++ b/.internal/baseValues.js @@ -1,4 +1,4 @@ -import arrayMap from './_arrayMap.js'; +import arrayMap from './.internal/arrayMap.js'; /** * The base implementation of `values` and `valuesIn` which creates an diff --git a/_baseWhile.js b/.internal/baseWhile.js similarity index 94% rename from _baseWhile.js rename to .internal/baseWhile.js index 936e1244bc..6c6fe18630 100644 --- a/_baseWhile.js +++ b/.internal/baseWhile.js @@ -1,4 +1,4 @@ -import baseSlice from './_baseSlice.js'; +import baseSlice from './.internal/baseSlice.js'; /** * The base implementation of methods like `dropWhile` and `takeWhile`. diff --git a/_baseWrapperValue.js b/.internal/baseWrapperValue.js similarity index 81% rename from _baseWrapperValue.js rename to .internal/baseWrapperValue.js index f264820b13..b931bbe7cb 100644 --- a/_baseWrapperValue.js +++ b/.internal/baseWrapperValue.js @@ -1,6 +1,6 @@ -import LazyWrapper from './_LazyWrapper.js'; -import arrayPush from './_arrayPush.js'; -import arrayReduce from './_arrayReduce.js'; +import LazyWrapper from './.internal/LazyWrapper.js'; +import arrayPush from './.internal/arrayPush.js'; +import arrayReduce from './.internal/arrayReduce.js'; /** * The base implementation of `wrapperValue` which returns the result of diff --git a/_baseXor.js b/.internal/baseXor.js similarity index 85% rename from _baseXor.js rename to .internal/baseXor.js index dfc6cfd7c1..28103f5535 100644 --- a/_baseXor.js +++ b/.internal/baseXor.js @@ -1,6 +1,6 @@ -import baseDifference from './_baseDifference.js'; -import baseFlatten from './_baseFlatten.js'; -import baseUniq from './_baseUniq.js'; +import baseDifference from './.internal/baseDifference.js'; +import baseFlatten from './.internal/baseFlatten.js'; +import baseUniq from './.internal/baseUniq.js'; /** * The base implementation of methods like `xor` which accepts an array of diff --git a/_baseZipObject.js b/.internal/baseZipObject.js similarity index 100% rename from _baseZipObject.js rename to .internal/baseZipObject.js diff --git a/_cacheHas.js b/.internal/cacheHas.js similarity index 100% rename from _cacheHas.js rename to .internal/cacheHas.js diff --git a/_castArrayLikeObject.js b/.internal/castArrayLikeObject.js similarity index 100% rename from _castArrayLikeObject.js rename to .internal/castArrayLikeObject.js diff --git a/_castPath.js b/.internal/castPath.js similarity index 82% rename from _castPath.js rename to .internal/castPath.js index 9e39448f91..9937b5dff3 100644 --- a/_castPath.js +++ b/.internal/castPath.js @@ -1,5 +1,5 @@ -import isKey from './_isKey.js'; -import stringToPath from './_stringToPath.js'; +import isKey from './.internal/isKey.js'; +import stringToPath from './.internal/stringToPath.js'; import toString from './toString.js'; /** diff --git a/_castSlice.js b/.internal/castSlice.js similarity index 90% rename from _castSlice.js rename to .internal/castSlice.js index 9e906fb9c4..24c1d261f0 100644 --- a/_castSlice.js +++ b/.internal/castSlice.js @@ -1,4 +1,4 @@ -import baseSlice from './_baseSlice.js'; +import baseSlice from './.internal/baseSlice.js'; /** * Casts `array` to a slice if it's needed. diff --git a/_charsEndIndex.js b/.internal/charsEndIndex.js similarity index 91% rename from _charsEndIndex.js rename to .internal/charsEndIndex.js index f58b0e46be..06834054a2 100644 --- a/_charsEndIndex.js +++ b/.internal/charsEndIndex.js @@ -1,4 +1,4 @@ -import baseIndexOf from './_baseIndexOf.js'; +import baseIndexOf from './.internal/baseIndexOf.js'; /** * Used by `trim` and `trimEnd` to get the index of the last string symbol diff --git a/_charsStartIndex.js b/.internal/charsStartIndex.js similarity index 91% rename from _charsStartIndex.js rename to .internal/charsStartIndex.js index 0206f9b156..b7975a19f7 100644 --- a/_charsStartIndex.js +++ b/.internal/charsStartIndex.js @@ -1,4 +1,4 @@ -import baseIndexOf from './_baseIndexOf.js'; +import baseIndexOf from './.internal/baseIndexOf.js'; /** * Used by `trim` and `trimStart` to get the index of the first string symbol diff --git a/_cloneArrayBuffer.js b/.internal/cloneArrayBuffer.js similarity index 100% rename from _cloneArrayBuffer.js rename to .internal/cloneArrayBuffer.js diff --git a/_cloneBuffer.js b/.internal/cloneBuffer.js similarity index 96% rename from _cloneBuffer.js rename to .internal/cloneBuffer.js index 5f0c5e26e6..3760bced6c 100644 --- a/_cloneBuffer.js +++ b/.internal/cloneBuffer.js @@ -1,4 +1,4 @@ -import root from './_root.js'; +import root from './.internal/root.js'; /** Detect free variable `exports`. */ const freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports; diff --git a/_cloneDataView.js b/.internal/cloneDataView.js similarity index 87% rename from _cloneDataView.js rename to .internal/cloneDataView.js index c7294e03ae..405d12af65 100644 --- a/_cloneDataView.js +++ b/.internal/cloneDataView.js @@ -1,4 +1,4 @@ -import cloneArrayBuffer from './_cloneArrayBuffer.js'; +import cloneArrayBuffer from './.internal/cloneArrayBuffer.js'; /** * Creates a clone of `dataView`. diff --git a/_cloneMap.js b/.internal/cloneMap.js similarity index 77% rename from _cloneMap.js rename to .internal/cloneMap.js index 31f27a3689..d1b8003a62 100644 --- a/_cloneMap.js +++ b/.internal/cloneMap.js @@ -1,6 +1,6 @@ -import addMapEntry from './_addMapEntry.js'; -import arrayReduce from './_arrayReduce.js'; -import mapToArray from './_mapToArray.js'; +import addMapEntry from './.internal/addMapEntry.js'; +import arrayReduce from './.internal/arrayReduce.js'; +import mapToArray from './.internal/mapToArray.js'; /** Used to compose bitmasks for cloning. */ const CLONE_DEEP_FLAG = 1; diff --git a/_cloneRegExp.js b/.internal/cloneRegExp.js similarity index 100% rename from _cloneRegExp.js rename to .internal/cloneRegExp.js diff --git a/_cloneSet.js b/.internal/cloneSet.js similarity index 77% rename from _cloneSet.js rename to .internal/cloneSet.js index 361c55d27f..4983f90531 100644 --- a/_cloneSet.js +++ b/.internal/cloneSet.js @@ -1,6 +1,6 @@ -import addSetEntry from './_addSetEntry.js'; -import arrayReduce from './_arrayReduce.js'; -import setToArray from './_setToArray.js'; +import addSetEntry from './.internal/addSetEntry.js'; +import arrayReduce from './.internal/arrayReduce.js'; +import setToArray from './.internal/setToArray.js'; /** Used to compose bitmasks for cloning. */ const CLONE_DEEP_FLAG = 1; diff --git a/_cloneSymbol.js b/.internal/cloneSymbol.js similarity index 100% rename from _cloneSymbol.js rename to .internal/cloneSymbol.js diff --git a/_cloneTypedArray.js b/.internal/cloneTypedArray.js similarity index 88% rename from _cloneTypedArray.js rename to .internal/cloneTypedArray.js index 8f962fc15a..db99869cda 100644 --- a/_cloneTypedArray.js +++ b/.internal/cloneTypedArray.js @@ -1,4 +1,4 @@ -import cloneArrayBuffer from './_cloneArrayBuffer.js'; +import cloneArrayBuffer from './.internal/cloneArrayBuffer.js'; /** * Creates a clone of `typedArray`. diff --git a/_compareAscending.js b/.internal/compareAscending.js similarity index 100% rename from _compareAscending.js rename to .internal/compareAscending.js diff --git a/_compareMultiple.js b/.internal/compareMultiple.js similarity index 96% rename from _compareMultiple.js rename to .internal/compareMultiple.js index f062851326..ecd16bda12 100644 --- a/_compareMultiple.js +++ b/.internal/compareMultiple.js @@ -1,4 +1,4 @@ -import compareAscending from './_compareAscending.js'; +import compareAscending from './.internal/compareAscending.js'; /** * Used by `orderBy` to compare multiple properties of a value to another diff --git a/_composeArgs.js b/.internal/composeArgs.js similarity index 100% rename from _composeArgs.js rename to .internal/composeArgs.js diff --git a/_composeArgsRight.js b/.internal/composeArgsRight.js similarity index 100% rename from _composeArgsRight.js rename to .internal/composeArgsRight.js diff --git a/_copyArray.js b/.internal/copyArray.js similarity index 100% rename from _copyArray.js rename to .internal/copyArray.js diff --git a/_copyObject.js b/.internal/copyObject.js similarity index 89% rename from _copyObject.js rename to .internal/copyObject.js index 1f83892b4b..e1f757aae6 100644 --- a/_copyObject.js +++ b/.internal/copyObject.js @@ -1,5 +1,5 @@ -import assignValue from './_assignValue.js'; -import baseAssignValue from './_baseAssignValue.js'; +import assignValue from './.internal/assignValue.js'; +import baseAssignValue from './.internal/baseAssignValue.js'; /** * Copies properties of `source` to `object`. diff --git a/_copySymbols.js b/.internal/copySymbols.js similarity index 77% rename from _copySymbols.js rename to .internal/copySymbols.js index 002d8b7670..50926cc1d4 100644 --- a/_copySymbols.js +++ b/.internal/copySymbols.js @@ -1,5 +1,5 @@ -import copyObject from './_copyObject.js'; -import getSymbols from './_getSymbols.js'; +import copyObject from './.internal/copyObject.js'; +import getSymbols from './.internal/getSymbols.js'; /** * Copies own symbols of `source` to `object`. diff --git a/_copySymbolsIn.js b/.internal/copySymbolsIn.js similarity index 77% rename from _copySymbolsIn.js rename to .internal/copySymbolsIn.js index 12268d271e..31e83e0b50 100644 --- a/_copySymbolsIn.js +++ b/.internal/copySymbolsIn.js @@ -1,5 +1,5 @@ -import copyObject from './_copyObject.js'; -import getSymbolsIn from './_getSymbolsIn.js'; +import copyObject from './.internal/copyObject.js'; +import getSymbolsIn from './.internal/getSymbolsIn.js'; /** * Copies own and inherited symbols of `source` to `object`. diff --git a/_countHolders.js b/.internal/countHolders.js similarity index 100% rename from _countHolders.js rename to .internal/countHolders.js diff --git a/_createAggregator.js b/.internal/createAggregator.js similarity index 82% rename from _createAggregator.js rename to .internal/createAggregator.js index 763dc742c4..8c41312c77 100644 --- a/_createAggregator.js +++ b/.internal/createAggregator.js @@ -1,5 +1,5 @@ -import arrayAggregator from './_arrayAggregator.js'; -import baseAggregator from './_baseAggregator.js'; +import arrayAggregator from './.internal/arrayAggregator.js'; +import baseAggregator from './.internal/baseAggregator.js'; /** * Creates a function like `groupBy`. diff --git a/_createAssigner.js b/.internal/createAssigner.js similarity index 94% rename from _createAssigner.js rename to .internal/createAssigner.js index cd8a63d7b6..4a421baf11 100644 --- a/_createAssigner.js +++ b/.internal/createAssigner.js @@ -1,4 +1,4 @@ -import isIterateeCall from './_isIterateeCall.js'; +import isIterateeCall from './.internal/isIterateeCall.js'; /** * Creates a function like `assign`. diff --git a/_createBaseEach.js b/.internal/createBaseEach.js similarity index 100% rename from _createBaseEach.js rename to .internal/createBaseEach.js diff --git a/_createBaseFor.js b/.internal/createBaseFor.js similarity index 100% rename from _createBaseFor.js rename to .internal/createBaseFor.js diff --git a/_createBind.js b/.internal/createBind.js similarity index 89% rename from _createBind.js rename to .internal/createBind.js index 3e9b7a1f71..41c29c3c17 100644 --- a/_createBind.js +++ b/.internal/createBind.js @@ -1,5 +1,5 @@ -import createCtor from './_createCtor.js'; -import root from './_root.js'; +import createCtor from './.internal/createCtor.js'; +import root from './.internal/root.js'; /** Used to compose bitmasks for function metadata. */ const WRAP_BIND_FLAG = 1; diff --git a/_createCaseFirst.js b/.internal/createCaseFirst.js similarity index 80% rename from _createCaseFirst.js rename to .internal/createCaseFirst.js index 9ee2ed09b5..ab4943c0fc 100644 --- a/_createCaseFirst.js +++ b/.internal/createCaseFirst.js @@ -1,6 +1,6 @@ -import castSlice from './_castSlice.js'; -import hasUnicode from './_hasUnicode.js'; -import stringToArray from './_stringToArray.js'; +import castSlice from './.internal/castSlice.js'; +import hasUnicode from './.internal/hasUnicode.js'; +import stringToArray from './.internal/stringToArray.js'; import toString from './toString.js'; /** diff --git a/_createCompounder.js b/.internal/createCompounder.js similarity index 91% rename from _createCompounder.js rename to .internal/createCompounder.js index 44e36b5ce3..a90c4ae5ba 100644 --- a/_createCompounder.js +++ b/.internal/createCompounder.js @@ -1,4 +1,4 @@ -import arrayReduce from './_arrayReduce.js'; +import arrayReduce from './.internal/arrayReduce.js'; import deburr from './deburr.js'; import words from './words.js'; diff --git a/_createCtor.js b/.internal/createCtor.js similarity index 96% rename from _createCtor.js rename to .internal/createCtor.js index 88a7a449a1..a3d3f89134 100644 --- a/_createCtor.js +++ b/.internal/createCtor.js @@ -1,4 +1,4 @@ -import baseCreate from './_baseCreate.js'; +import baseCreate from './.internal/baseCreate.js'; import isObject from './isObject.js'; /** diff --git a/_createCurry.js b/.internal/createCurry.js similarity index 74% rename from _createCurry.js rename to .internal/createCurry.js index 837841283e..3cb69def8e 100644 --- a/_createCurry.js +++ b/.internal/createCurry.js @@ -1,10 +1,10 @@ -import apply from './_apply.js'; -import createCtor from './_createCtor.js'; -import createHybrid from './_createHybrid.js'; -import createRecurry from './_createRecurry.js'; -import getHolder from './_getHolder.js'; -import replaceHolders from './_replaceHolders.js'; -import root from './_root.js'; +import apply from './.internal/apply.js'; +import createCtor from './.internal/createCtor.js'; +import createHybrid from './.internal/createHybrid.js'; +import createRecurry from './.internal/createRecurry.js'; +import getHolder from './.internal/getHolder.js'; +import replaceHolders from './.internal/replaceHolders.js'; +import root from './.internal/root.js'; /** * Creates a function that wraps `func` to enable currying. diff --git a/_createFind.js b/.internal/createFind.js similarity index 100% rename from _createFind.js rename to .internal/createFind.js diff --git a/_createFlow.js b/.internal/createFlow.js similarity index 100% rename from _createFlow.js rename to .internal/createFlow.js diff --git a/_createHybrid.js b/.internal/createHybrid.js similarity index 85% rename from _createHybrid.js rename to .internal/createHybrid.js index 6a2056ef70..8d511f5486 100644 --- a/_createHybrid.js +++ b/.internal/createHybrid.js @@ -1,12 +1,12 @@ -import composeArgs from './_composeArgs.js'; -import composeArgsRight from './_composeArgsRight.js'; -import countHolders from './_countHolders.js'; -import createCtor from './_createCtor.js'; -import createRecurry from './_createRecurry.js'; -import getHolder from './_getHolder.js'; -import reorder from './_reorder.js'; -import replaceHolders from './_replaceHolders.js'; -import root from './_root.js'; +import composeArgs from './.internal/composeArgs.js'; +import composeArgsRight from './.internal/composeArgsRight.js'; +import countHolders from './.internal/countHolders.js'; +import createCtor from './.internal/createCtor.js'; +import createRecurry from './.internal/createRecurry.js'; +import getHolder from './.internal/getHolder.js'; +import reorder from './.internal/reorder.js'; +import replaceHolders from './.internal/replaceHolders.js'; +import root from './.internal/root.js'; /** Used to compose bitmasks for function metadata. */ const WRAP_BIND_FLAG = 1; diff --git a/_createInverter.js b/.internal/createInverter.js similarity index 85% rename from _createInverter.js rename to .internal/createInverter.js index f9ca7594a0..65893950b7 100644 --- a/_createInverter.js +++ b/.internal/createInverter.js @@ -1,4 +1,4 @@ -import baseInverter from './_baseInverter.js'; +import baseInverter from './.internal/baseInverter.js'; /** * Creates a function like `invertBy`. diff --git a/_createMathOperation.js b/.internal/createMathOperation.js similarity index 89% rename from _createMathOperation.js rename to .internal/createMathOperation.js index 4b46b7d1c3..f2549e39ce 100644 --- a/_createMathOperation.js +++ b/.internal/createMathOperation.js @@ -1,5 +1,5 @@ -import baseToNumber from './_baseToNumber.js'; -import baseToString from './_baseToString.js'; +import baseToNumber from './.internal/baseToNumber.js'; +import baseToString from './.internal/baseToString.js'; /** * Creates a function that performs a mathematical operation on two values. diff --git a/_createOver.js b/.internal/createOver.js similarity index 91% rename from _createOver.js rename to .internal/createOver.js index c8182085c9..30e14282c8 100644 --- a/_createOver.js +++ b/.internal/createOver.js @@ -1,4 +1,4 @@ -import apply from './_apply.js'; +import apply from './.internal/apply.js'; /** * Creates a function like `over`. diff --git a/_createPadding.js b/.internal/createPadding.js similarity index 73% rename from _createPadding.js rename to .internal/createPadding.js index fd118122bb..a6c6b86876 100644 --- a/_createPadding.js +++ b/.internal/createPadding.js @@ -1,9 +1,9 @@ -import baseRepeat from './_baseRepeat.js'; -import baseToString from './_baseToString.js'; -import castSlice from './_castSlice.js'; -import hasUnicode from './_hasUnicode.js'; -import stringSize from './_stringSize.js'; -import stringToArray from './_stringToArray.js'; +import baseRepeat from './.internal/baseRepeat.js'; +import baseToString from './.internal/baseToString.js'; +import castSlice from './.internal/castSlice.js'; +import hasUnicode from './.internal/hasUnicode.js'; +import stringSize from './.internal/stringSize.js'; +import stringToArray from './.internal/stringToArray.js'; /* Built-in method references for those with the same name as other `lodash` methods. */ const nativeCeil = Math.ceil; diff --git a/_createPartial.js b/.internal/createPartial.js similarity index 90% rename from _createPartial.js rename to .internal/createPartial.js index 07eea05b66..b6ded5ae37 100644 --- a/_createPartial.js +++ b/.internal/createPartial.js @@ -1,6 +1,6 @@ -import apply from './_apply.js'; -import createCtor from './_createCtor.js'; -import root from './_root.js'; +import apply from './.internal/apply.js'; +import createCtor from './.internal/createCtor.js'; +import root from './.internal/root.js'; /** Used to compose bitmasks for function metadata. */ const WRAP_BIND_FLAG = 1; diff --git a/_createRange.js b/.internal/createRange.js similarity index 87% rename from _createRange.js rename to .internal/createRange.js index 8e07a8844b..ec646a2e57 100644 --- a/_createRange.js +++ b/.internal/createRange.js @@ -1,5 +1,5 @@ -import baseRange from './_baseRange.js'; -import isIterateeCall from './_isIterateeCall.js'; +import baseRange from './.internal/baseRange.js'; +import isIterateeCall from './.internal/isIterateeCall.js'; import toFinite from './toFinite.js'; /** diff --git a/_createRecurry.js b/.internal/createRecurry.js similarity index 92% rename from _createRecurry.js rename to .internal/createRecurry.js index 7137d57972..adc06b91f2 100644 --- a/_createRecurry.js +++ b/.internal/createRecurry.js @@ -1,6 +1,6 @@ -import isLaziable from './_isLaziable.js'; -import setData from './_setData.js'; -import setWrapToString from './_setWrapToString.js'; +import isLaziable from './.internal/isLaziable.js'; +import setData from './.internal/setData.js'; +import setWrapToString from './.internal/setWrapToString.js'; /** Used to compose bitmasks for function metadata. */ const WRAP_BIND_FLAG = 1; diff --git a/_createRelationalOperation.js b/.internal/createRelationalOperation.js similarity index 100% rename from _createRelationalOperation.js rename to .internal/createRelationalOperation.js diff --git a/_createRound.js b/.internal/createRound.js similarity index 100% rename from _createRound.js rename to .internal/createRound.js diff --git a/_createSet.js b/.internal/createSet.js similarity index 88% rename from _createSet.js rename to .internal/createSet.js index 846eac25dd..7d5932060f 100644 --- a/_createSet.js +++ b/.internal/createSet.js @@ -1,4 +1,4 @@ -import setToArray from './_setToArray.js'; +import setToArray from './.internal/setToArray.js'; /** Used as references for various `Number` constants. */ const INFINITY = 1 / 0; diff --git a/_createToPairs.js b/.internal/createToPairs.js similarity index 75% rename from _createToPairs.js rename to .internal/createToPairs.js index 44b7fe7b51..25817b2411 100644 --- a/_createToPairs.js +++ b/.internal/createToPairs.js @@ -1,7 +1,7 @@ -import baseToPairs from './_baseToPairs.js'; -import getTag from './_getTag.js'; -import mapToArray from './_mapToArray.js'; -import setToPairs from './_setToPairs.js'; +import baseToPairs from './.internal/baseToPairs.js'; +import getTag from './.internal/getTag.js'; +import mapToArray from './.internal/mapToArray.js'; +import setToPairs from './.internal/setToPairs.js'; /** `Object#toString` result references. */ const mapTag = '[object Map]'; diff --git a/_createWrap.js b/.internal/createWrap.js similarity index 87% rename from _createWrap.js rename to .internal/createWrap.js index 87d3e83121..2f1232b653 100644 --- a/_createWrap.js +++ b/.internal/createWrap.js @@ -1,12 +1,12 @@ -import baseSetData from './_baseSetData.js'; -import createBind from './_createBind.js'; -import createCurry from './_createCurry.js'; -import createHybrid from './_createHybrid.js'; -import createPartial from './_createPartial.js'; -import getData from './_getData.js'; -import mergeData from './_mergeData.js'; -import setData from './_setData.js'; -import setWrapToString from './_setWrapToString.js'; +import baseSetData from './.internal/baseSetData.js'; +import createBind from './.internal/createBind.js'; +import createCurry from './.internal/createCurry.js'; +import createHybrid from './.internal/createHybrid.js'; +import createPartial from './.internal/createPartial.js'; +import getData from './.internal/getData.js'; +import mergeData from './.internal/mergeData.js'; +import setData from './.internal/setData.js'; +import setWrapToString from './.internal/setWrapToString.js'; import toInteger from './toInteger.js'; /** Used to compose bitmasks for function metadata. */ diff --git a/_customDefaultsAssignIn.js b/.internal/customDefaultsAssignIn.js similarity index 100% rename from _customDefaultsAssignIn.js rename to .internal/customDefaultsAssignIn.js diff --git a/_customDefaultsMerge.js b/.internal/customDefaultsMerge.js similarity index 95% rename from _customDefaultsMerge.js rename to .internal/customDefaultsMerge.js index bc70030941..12f10c53ea 100644 --- a/_customDefaultsMerge.js +++ b/.internal/customDefaultsMerge.js @@ -1,4 +1,4 @@ -import baseMerge from './_baseMerge.js'; +import baseMerge from './.internal/baseMerge.js'; import isObject from './isObject.js'; /** diff --git a/_deburrLetter.js b/.internal/deburrLetter.js similarity index 98% rename from _deburrLetter.js rename to .internal/deburrLetter.js index 3c16ecded8..806f043a15 100644 --- a/_deburrLetter.js +++ b/.internal/deburrLetter.js @@ -1,4 +1,4 @@ -import basePropertyOf from './_basePropertyOf.js'; +import basePropertyOf from './.internal/basePropertyOf.js'; /** Used to map Latin Unicode letters to basic Latin letters. */ const deburredLetters = { diff --git a/_equalArrays.js b/.internal/equalArrays.js similarity index 94% rename from _equalArrays.js rename to .internal/equalArrays.js index 29d1dd8abe..0067f1e64d 100644 --- a/_equalArrays.js +++ b/.internal/equalArrays.js @@ -1,6 +1,6 @@ -import SetCache from './_SetCache.js'; -import arraySome from './_arraySome.js'; -import cacheHas from './_cacheHas.js'; +import SetCache from './.internal/SetCache.js'; +import arraySome from './.internal/arraySome.js'; +import cacheHas from './.internal/cacheHas.js'; /** Used to compose bitmasks for value comparisons. */ const COMPARE_PARTIAL_FLAG = 1; diff --git a/_equalByTag.js b/.internal/equalByTag.js similarity index 95% rename from _equalByTag.js rename to .internal/equalByTag.js index bd2a5493df..3a1fbb127d 100644 --- a/_equalByTag.js +++ b/.internal/equalByTag.js @@ -1,7 +1,7 @@ import eq from './eq.js'; -import equalArrays from './_equalArrays.js'; -import mapToArray from './_mapToArray.js'; -import setToArray from './_setToArray.js'; +import equalArrays from './.internal/equalArrays.js'; +import mapToArray from './.internal/mapToArray.js'; +import setToArray from './.internal/setToArray.js'; /** Used to compose bitmasks for value comparisons. */ const COMPARE_PARTIAL_FLAG = 1; diff --git a/_equalObjects.js b/.internal/equalObjects.js similarity index 98% rename from _equalObjects.js rename to .internal/equalObjects.js index d4608fe608..9ba4cc59cf 100644 --- a/_equalObjects.js +++ b/.internal/equalObjects.js @@ -1,4 +1,4 @@ -import getAllKeys from './_getAllKeys.js'; +import getAllKeys from './.internal/getAllKeys.js'; /** Used to compose bitmasks for value comparisons. */ const COMPARE_PARTIAL_FLAG = 1; diff --git a/_escapeHtmlChar.js b/.internal/escapeHtmlChar.js similarity index 87% rename from _escapeHtmlChar.js rename to .internal/escapeHtmlChar.js index 853f07c401..94b25e2f3b 100644 --- a/_escapeHtmlChar.js +++ b/.internal/escapeHtmlChar.js @@ -1,4 +1,4 @@ -import basePropertyOf from './_basePropertyOf.js'; +import basePropertyOf from './.internal/basePropertyOf.js'; /** Used to map characters to HTML entities. */ const htmlEscapes = { diff --git a/_escapeStringChar.js b/.internal/escapeStringChar.js similarity index 100% rename from _escapeStringChar.js rename to .internal/escapeStringChar.js diff --git a/_freeGlobal.js b/.internal/freeGlobal.js similarity index 100% rename from _freeGlobal.js rename to .internal/freeGlobal.js diff --git a/_getAllKeys.js b/.internal/getAllKeys.js similarity index 76% rename from _getAllKeys.js rename to .internal/getAllKeys.js index e9a6772e4a..cafce32c0c 100644 --- a/_getAllKeys.js +++ b/.internal/getAllKeys.js @@ -1,5 +1,5 @@ -import baseGetAllKeys from './_baseGetAllKeys.js'; -import getSymbols from './_getSymbols.js'; +import baseGetAllKeys from './.internal/baseGetAllKeys.js'; +import getSymbols from './.internal/getSymbols.js'; import keys from './keys.js'; /** diff --git a/_getAllKeysIn.js b/.internal/getAllKeysIn.js similarity index 76% rename from _getAllKeysIn.js rename to .internal/getAllKeysIn.js index d7fac96f82..5e23a0bc8c 100644 --- a/_getAllKeysIn.js +++ b/.internal/getAllKeysIn.js @@ -1,5 +1,5 @@ -import baseGetAllKeys from './_baseGetAllKeys.js'; -import getSymbolsIn from './_getSymbolsIn.js'; +import baseGetAllKeys from './.internal/baseGetAllKeys.js'; +import getSymbolsIn from './.internal/getSymbolsIn.js'; import keysIn from './keysIn.js'; /** diff --git a/_getData.js b/.internal/getData.js similarity index 84% rename from _getData.js rename to .internal/getData.js index 99b4ca0123..3a3f307aa7 100644 --- a/_getData.js +++ b/.internal/getData.js @@ -1,4 +1,4 @@ -import metaMap from './_metaMap.js'; +import metaMap from './.internal/metaMap.js'; /** * Gets metadata for `func`. diff --git a/_getHolder.js b/.internal/getHolder.js similarity index 100% rename from _getHolder.js rename to .internal/getHolder.js diff --git a/_getMapData.js b/.internal/getMapData.js similarity index 87% rename from _getMapData.js rename to .internal/getMapData.js index 6617cc2ce1..d15ea46140 100644 --- a/_getMapData.js +++ b/.internal/getMapData.js @@ -1,4 +1,4 @@ -import isKeyable from './_isKeyable.js'; +import isKeyable from './.internal/isKeyable.js'; /** * Gets the data for `map`. diff --git a/_getMatchData.js b/.internal/getMatchData.js similarity index 88% rename from _getMatchData.js rename to .internal/getMatchData.js index 1aaa1123a6..2495df8243 100644 --- a/_getMatchData.js +++ b/.internal/getMatchData.js @@ -1,4 +1,4 @@ -import isStrictComparable from './_isStrictComparable.js'; +import isStrictComparable from './.internal/isStrictComparable.js'; import keys from './keys.js'; /** diff --git a/_getPrototype.js b/.internal/getPrototype.js similarity index 73% rename from _getPrototype.js rename to .internal/getPrototype.js index 04370e6ac9..a971359314 100644 --- a/_getPrototype.js +++ b/.internal/getPrototype.js @@ -1,4 +1,4 @@ -import overArg from './_overArg.js'; +import overArg from './.internal/overArg.js'; /** Built-in value references. */ const getPrototype = overArg(Object.getPrototypeOf, Object); diff --git a/_getRawTag.js b/.internal/getRawTag.js similarity index 100% rename from _getRawTag.js rename to .internal/getRawTag.js diff --git a/_getSymbols.js b/.internal/getSymbols.js similarity index 93% rename from _getSymbols.js rename to .internal/getSymbols.js index cc425069ee..df4966b8e8 100644 --- a/_getSymbols.js +++ b/.internal/getSymbols.js @@ -1,4 +1,4 @@ -import arrayFilter from './_arrayFilter.js'; +import arrayFilter from './.internal/arrayFilter.js'; import stubArray from './stubArray.js'; /** Built-in value references. */ diff --git a/_getSymbolsIn.js b/.internal/getSymbolsIn.js similarity index 79% rename from _getSymbolsIn.js rename to .internal/getSymbolsIn.js index 419906b2b3..25e0e045fd 100644 --- a/_getSymbolsIn.js +++ b/.internal/getSymbolsIn.js @@ -1,6 +1,6 @@ -import arrayPush from './_arrayPush.js'; -import getPrototype from './_getPrototype.js'; -import getSymbols from './_getSymbols.js'; +import arrayPush from './.internal/arrayPush.js'; +import getPrototype from './.internal/getPrototype.js'; +import getSymbols from './.internal/getSymbols.js'; import stubArray from './stubArray.js'; /* Built-in method references for those with the same name as other `lodash` methods. */ diff --git a/_getTag.js b/.internal/getTag.js similarity index 94% rename from _getTag.js rename to .internal/getTag.js index 26887b6fe6..e1fbf56d68 100644 --- a/_getTag.js +++ b/.internal/getTag.js @@ -1,5 +1,5 @@ -import baseGetTag from './_baseGetTag.js'; -import toSource from './_toSource.js'; +import baseGetTag from './.internal/baseGetTag.js'; +import toSource from './.internal/toSource.js'; /** `Object#toString` result references. */ const dataViewTag = '[object DataView]'; diff --git a/_getView.js b/.internal/getView.js similarity index 100% rename from _getView.js rename to .internal/getView.js diff --git a/_getWrapDetails.js b/.internal/getWrapDetails.js similarity index 100% rename from _getWrapDetails.js rename to .internal/getWrapDetails.js diff --git a/_hasPath.js b/.internal/hasPath.js similarity index 87% rename from _hasPath.js rename to .internal/hasPath.js index 91394cf50f..8662a9e18f 100644 --- a/_hasPath.js +++ b/.internal/hasPath.js @@ -1,8 +1,8 @@ -import castPath from './_castPath.js'; +import castPath from './.internal/castPath.js'; import isArguments from './isArguments.js'; -import isIndex from './_isIndex.js'; +import isIndex from './.internal/isIndex.js'; import isLength from './isLength.js'; -import toKey from './_toKey.js'; +import toKey from './.internal/toKey.js'; /** * Checks if `path` exists on `object`. diff --git a/_hasUnicode.js b/.internal/hasUnicode.js similarity index 100% rename from _hasUnicode.js rename to .internal/hasUnicode.js diff --git a/_hasUnicodeWord.js b/.internal/hasUnicodeWord.js similarity index 100% rename from _hasUnicodeWord.js rename to .internal/hasUnicodeWord.js diff --git a/_hashClear.js b/.internal/hashClear.js similarity index 80% rename from _hashClear.js rename to .internal/hashClear.js index 5b7cc2d08a..efb5962af6 100644 --- a/_hashClear.js +++ b/.internal/hashClear.js @@ -1,4 +1,4 @@ -import nativeCreate from './_nativeCreate.js'; +import nativeCreate from './.internal/nativeCreate.js'; /** * Removes all key-value entries from the hash. diff --git a/_hashDelete.js b/.internal/hashDelete.js similarity index 100% rename from _hashDelete.js rename to .internal/hashDelete.js diff --git a/_hashGet.js b/.internal/hashGet.js similarity index 92% rename from _hashGet.js rename to .internal/hashGet.js index adeba28533..4be6993e5a 100644 --- a/_hashGet.js +++ b/.internal/hashGet.js @@ -1,4 +1,4 @@ -import nativeCreate from './_nativeCreate.js'; +import nativeCreate from './.internal/nativeCreate.js'; /** Used to stand-in for `undefined` hash values. */ const HASH_UNDEFINED = '__lodash_hash_undefined__'; diff --git a/_hashHas.js b/.internal/hashHas.js similarity index 90% rename from _hashHas.js rename to .internal/hashHas.js index 78c731a374..462df3ef69 100644 --- a/_hashHas.js +++ b/.internal/hashHas.js @@ -1,4 +1,4 @@ -import nativeCreate from './_nativeCreate.js'; +import nativeCreate from './.internal/nativeCreate.js'; /** Used to check objects for own properties. */ const hasOwnProperty = Object.prototype.hasOwnProperty; diff --git a/_hashSet.js b/.internal/hashSet.js similarity index 90% rename from _hashSet.js rename to .internal/hashSet.js index 3f70840089..5062bc25ce 100644 --- a/_hashSet.js +++ b/.internal/hashSet.js @@ -1,4 +1,4 @@ -import nativeCreate from './_nativeCreate.js'; +import nativeCreate from './.internal/nativeCreate.js'; /** Used to stand-in for `undefined` hash values. */ const HASH_UNDEFINED = '__lodash_hash_undefined__'; diff --git a/_initCloneArray.js b/.internal/initCloneArray.js similarity index 100% rename from _initCloneArray.js rename to .internal/initCloneArray.js diff --git a/_initCloneByTag.js b/.internal/initCloneByTag.js similarity index 84% rename from _initCloneByTag.js rename to .internal/initCloneByTag.js index 3a7e8d3c29..86357ead18 100644 --- a/_initCloneByTag.js +++ b/.internal/initCloneByTag.js @@ -1,10 +1,10 @@ -import cloneArrayBuffer from './_cloneArrayBuffer.js'; -import cloneDataView from './_cloneDataView.js'; -import cloneMap from './_cloneMap.js'; -import cloneRegExp from './_cloneRegExp.js'; -import cloneSet from './_cloneSet.js'; -import cloneSymbol from './_cloneSymbol.js'; -import cloneTypedArray from './_cloneTypedArray.js'; +import cloneArrayBuffer from './.internal/cloneArrayBuffer.js'; +import cloneDataView from './.internal/cloneDataView.js'; +import cloneMap from './.internal/cloneMap.js'; +import cloneRegExp from './.internal/cloneRegExp.js'; +import cloneSet from './.internal/cloneSet.js'; +import cloneSymbol from './.internal/cloneSymbol.js'; +import cloneTypedArray from './.internal/cloneTypedArray.js'; /** `Object#toString` result references. */ const boolTag = '[object Boolean]'; diff --git a/_initCloneObject.js b/.internal/initCloneObject.js similarity index 68% rename from _initCloneObject.js rename to .internal/initCloneObject.js index bdcf19b0ae..1cf5000600 100644 --- a/_initCloneObject.js +++ b/.internal/initCloneObject.js @@ -1,6 +1,6 @@ -import baseCreate from './_baseCreate.js'; -import getPrototype from './_getPrototype.js'; -import isPrototype from './_isPrototype.js'; +import baseCreate from './.internal/baseCreate.js'; +import getPrototype from './.internal/getPrototype.js'; +import isPrototype from './.internal/isPrototype.js'; /** * Initializes an object clone. diff --git a/_insertWrapDetails.js b/.internal/insertWrapDetails.js similarity index 100% rename from _insertWrapDetails.js rename to .internal/insertWrapDetails.js diff --git a/_isFlattenable.js b/.internal/isFlattenable.js similarity index 100% rename from _isFlattenable.js rename to .internal/isFlattenable.js diff --git a/_isIndex.js b/.internal/isIndex.js similarity index 100% rename from _isIndex.js rename to .internal/isIndex.js diff --git a/_isIterateeCall.js b/.internal/isIterateeCall.js similarity index 94% rename from _isIterateeCall.js rename to .internal/isIterateeCall.js index bf5f4686d8..fc7ac8831a 100644 --- a/_isIterateeCall.js +++ b/.internal/isIterateeCall.js @@ -1,6 +1,6 @@ import eq from './eq.js'; import isArrayLike from './isArrayLike.js'; -import isIndex from './_isIndex.js'; +import isIndex from './.internal/isIndex.js'; import isObject from './isObject.js'; /** diff --git a/_isKey.js b/.internal/isKey.js similarity index 100% rename from _isKey.js rename to .internal/isKey.js diff --git a/_isKeyable.js b/.internal/isKeyable.js similarity index 100% rename from _isKeyable.js rename to .internal/isKeyable.js diff --git a/_isPrototype.js b/.internal/isPrototype.js similarity index 100% rename from _isPrototype.js rename to .internal/isPrototype.js diff --git a/_isStrictComparable.js b/.internal/isStrictComparable.js similarity index 100% rename from _isStrictComparable.js rename to .internal/isStrictComparable.js diff --git a/_iteratorToArray.js b/.internal/iteratorToArray.js similarity index 100% rename from _iteratorToArray.js rename to .internal/iteratorToArray.js diff --git a/_listCacheClear.js b/.internal/listCacheClear.js similarity index 100% rename from _listCacheClear.js rename to .internal/listCacheClear.js diff --git a/_listCacheDelete.js b/.internal/listCacheDelete.js similarity index 92% rename from _listCacheDelete.js rename to .internal/listCacheDelete.js index 26a8a8edd1..7bd64957bc 100644 --- a/_listCacheDelete.js +++ b/.internal/listCacheDelete.js @@ -1,4 +1,4 @@ -import assocIndexOf from './_assocIndexOf.js'; +import assocIndexOf from './.internal/assocIndexOf.js'; /** Built-in value references. */ const splice = Array.prototype.splice; diff --git a/_listCacheGet.js b/.internal/listCacheGet.js similarity index 87% rename from _listCacheGet.js rename to .internal/listCacheGet.js index 0e217817fb..fd669669e6 100644 --- a/_listCacheGet.js +++ b/.internal/listCacheGet.js @@ -1,4 +1,4 @@ -import assocIndexOf from './_assocIndexOf.js'; +import assocIndexOf from './.internal/assocIndexOf.js'; /** * Gets the list cache value for `key`. diff --git a/_listCacheHas.js b/.internal/listCacheHas.js similarity index 86% rename from _listCacheHas.js rename to .internal/listCacheHas.js index 8701cae287..0869105725 100644 --- a/_listCacheHas.js +++ b/.internal/listCacheHas.js @@ -1,4 +1,4 @@ -import assocIndexOf from './_assocIndexOf.js'; +import assocIndexOf from './.internal/assocIndexOf.js'; /** * Checks if a list cache value for `key` exists. diff --git a/_listCacheSet.js b/.internal/listCacheSet.js similarity index 90% rename from _listCacheSet.js rename to .internal/listCacheSet.js index b9da6e58ba..cf610ba621 100644 --- a/_listCacheSet.js +++ b/.internal/listCacheSet.js @@ -1,4 +1,4 @@ -import assocIndexOf from './_assocIndexOf.js'; +import assocIndexOf from './.internal/assocIndexOf.js'; /** * Sets the list cache `key` to `value`. diff --git a/_mapCacheClear.js b/.internal/mapCacheClear.js similarity index 76% rename from _mapCacheClear.js rename to .internal/mapCacheClear.js index 021ebd425e..e0be015166 100644 --- a/_mapCacheClear.js +++ b/.internal/mapCacheClear.js @@ -1,5 +1,5 @@ -import Hash from './_Hash.js'; -import ListCache from './_ListCache.js'; +import Hash from './.internal/Hash.js'; +import ListCache from './.internal/ListCache.js'; /** * Removes all key-value entries from the map. diff --git a/_mapCacheDelete.js b/.internal/mapCacheDelete.js similarity index 88% rename from _mapCacheDelete.js rename to .internal/mapCacheDelete.js index 4f014e047c..924f153051 100644 --- a/_mapCacheDelete.js +++ b/.internal/mapCacheDelete.js @@ -1,4 +1,4 @@ -import getMapData from './_getMapData.js'; +import getMapData from './.internal/getMapData.js'; /** * Removes `key` and its value from the map. diff --git a/_mapCacheGet.js b/.internal/mapCacheGet.js similarity index 84% rename from _mapCacheGet.js rename to .internal/mapCacheGet.js index 3b481e0fb8..daa9058b35 100644 --- a/_mapCacheGet.js +++ b/.internal/mapCacheGet.js @@ -1,4 +1,4 @@ -import getMapData from './_getMapData.js'; +import getMapData from './.internal/getMapData.js'; /** * Gets the map value for `key`. diff --git a/_mapCacheHas.js b/.internal/mapCacheHas.js similarity index 86% rename from _mapCacheHas.js rename to .internal/mapCacheHas.js index 9de3e7f6fe..49707bddef 100644 --- a/_mapCacheHas.js +++ b/.internal/mapCacheHas.js @@ -1,4 +1,4 @@ -import getMapData from './_getMapData.js'; +import getMapData from './.internal/getMapData.js'; /** * Checks if a map value for `key` exists. diff --git a/_mapCacheSet.js b/.internal/mapCacheSet.js similarity index 89% rename from _mapCacheSet.js rename to .internal/mapCacheSet.js index ebf879f574..a86bef00ec 100644 --- a/_mapCacheSet.js +++ b/.internal/mapCacheSet.js @@ -1,4 +1,4 @@ -import getMapData from './_getMapData.js'; +import getMapData from './.internal/getMapData.js'; /** * Sets the map `key` to `value`. diff --git a/_mapToArray.js b/.internal/mapToArray.js similarity index 100% rename from _mapToArray.js rename to .internal/mapToArray.js diff --git a/_matchesStrictComparable.js b/.internal/matchesStrictComparable.js similarity index 100% rename from _matchesStrictComparable.js rename to .internal/matchesStrictComparable.js diff --git a/_memoizeCapped.js b/.internal/memoizeCapped.js similarity index 100% rename from _memoizeCapped.js rename to .internal/memoizeCapped.js diff --git a/_mergeData.js b/.internal/mergeData.js similarity index 94% rename from _mergeData.js rename to .internal/mergeData.js index 5ef15eb378..0f313ece82 100644 --- a/_mergeData.js +++ b/.internal/mergeData.js @@ -1,6 +1,6 @@ -import composeArgs from './_composeArgs.js'; -import composeArgsRight from './_composeArgsRight.js'; -import replaceHolders from './_replaceHolders.js'; +import composeArgs from './.internal/composeArgs.js'; +import composeArgsRight from './.internal/composeArgsRight.js'; +import replaceHolders from './.internal/replaceHolders.js'; /** Used as the internal argument placeholder. */ const PLACEHOLDER = '__lodash_placeholder__'; diff --git a/_metaMap.js b/.internal/metaMap.js similarity index 100% rename from _metaMap.js rename to .internal/metaMap.js diff --git a/_nativeKeys.js b/.internal/nativeKeys.js similarity index 78% rename from _nativeKeys.js rename to .internal/nativeKeys.js index f144985f75..a059d80b93 100644 --- a/_nativeKeys.js +++ b/.internal/nativeKeys.js @@ -1,4 +1,4 @@ -import overArg from './_overArg.js'; +import overArg from './.internal/overArg.js'; /* Built-in method references for those with the same name as other `lodash` methods. */ const nativeKeys = overArg(Object.keys, Object); diff --git a/_nativeKeysIn.js b/.internal/nativeKeysIn.js similarity index 100% rename from _nativeKeysIn.js rename to .internal/nativeKeysIn.js diff --git a/_nodeUtil.js b/.internal/nodeUtil.js similarity index 93% rename from _nodeUtil.js rename to .internal/nodeUtil.js index 544a212c5c..52b1ed339b 100644 --- a/_nodeUtil.js +++ b/.internal/nodeUtil.js @@ -1,4 +1,4 @@ -import freeGlobal from './_freeGlobal.js'; +import freeGlobal from './.internal/freeGlobal.js'; /** Detect free variable `exports`. */ const freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports; diff --git a/_objectToString.js b/.internal/objectToString.js similarity index 100% rename from _objectToString.js rename to .internal/objectToString.js diff --git a/_overArg.js b/.internal/overArg.js similarity index 100% rename from _overArg.js rename to .internal/overArg.js diff --git a/_parent.js b/.internal/parent.js similarity index 78% rename from _parent.js rename to .internal/parent.js index ef6f8b457a..705a2e3e6f 100644 --- a/_parent.js +++ b/.internal/parent.js @@ -1,5 +1,5 @@ -import baseGet from './_baseGet.js'; -import baseSlice from './_baseSlice.js'; +import baseGet from './.internal/baseGet.js'; +import baseSlice from './.internal/baseSlice.js'; /** * Gets the parent value at `path` of `object`. diff --git a/_reEscape.js b/.internal/reEscape.js similarity index 100% rename from _reEscape.js rename to .internal/reEscape.js diff --git a/_reEvaluate.js b/.internal/reEvaluate.js similarity index 100% rename from _reEvaluate.js rename to .internal/reEvaluate.js diff --git a/_reInterpolate.js b/.internal/reInterpolate.js similarity index 100% rename from _reInterpolate.js rename to .internal/reInterpolate.js diff --git a/_reorder.js b/.internal/reorder.js similarity index 89% rename from _reorder.js rename to .internal/reorder.js index 3697ad43bb..b8aed6b32d 100644 --- a/_reorder.js +++ b/.internal/reorder.js @@ -1,5 +1,5 @@ -import copyArray from './_copyArray.js'; -import isIndex from './_isIndex.js'; +import copyArray from './.internal/copyArray.js'; +import isIndex from './.internal/isIndex.js'; /* Built-in method references for those with the same name as other `lodash` methods. */ const nativeMin = Math.min; diff --git a/_replaceHolders.js b/.internal/replaceHolders.js similarity index 100% rename from _replaceHolders.js rename to .internal/replaceHolders.js diff --git a/_root.js b/.internal/root.js similarity index 83% rename from _root.js rename to .internal/root.js index 76273b4d50..0a84793f4a 100644 --- a/_root.js +++ b/.internal/root.js @@ -1,4 +1,4 @@ -import freeGlobal from './_freeGlobal.js'; +import freeGlobal from './.internal/freeGlobal.js'; /** Detect free variable `self`. */ const freeSelf = typeof self == 'object' && self && self.Object === Object && self; diff --git a/_setCacheAdd.js b/.internal/setCacheAdd.js similarity index 100% rename from _setCacheAdd.js rename to .internal/setCacheAdd.js diff --git a/_setCacheHas.js b/.internal/setCacheHas.js similarity index 100% rename from _setCacheHas.js rename to .internal/setCacheHas.js diff --git a/_setData.js b/.internal/setData.js similarity index 84% rename from _setData.js rename to .internal/setData.js index 5de1549529..25c7736dde 100644 --- a/_setData.js +++ b/.internal/setData.js @@ -1,5 +1,5 @@ -import baseSetData from './_baseSetData.js'; -import shortOut from './_shortOut.js'; +import baseSetData from './.internal/baseSetData.js'; +import shortOut from './.internal/shortOut.js'; /** * Sets metadata for `func`. diff --git a/_setToArray.js b/.internal/setToArray.js similarity index 100% rename from _setToArray.js rename to .internal/setToArray.js diff --git a/_setToPairs.js b/.internal/setToPairs.js similarity index 100% rename from _setToPairs.js rename to .internal/setToPairs.js diff --git a/_setToString.js b/.internal/setToString.js similarity index 73% rename from _setToString.js rename to .internal/setToString.js index cabd82c79f..39d8ee091d 100644 --- a/_setToString.js +++ b/.internal/setToString.js @@ -1,5 +1,5 @@ -import baseSetToString from './_baseSetToString.js'; -import shortOut from './_shortOut.js'; +import baseSetToString from './.internal/baseSetToString.js'; +import shortOut from './.internal/shortOut.js'; /** * Sets the `toString` method of `func` to return `string`. diff --git a/_setWrapToString.js b/.internal/setWrapToString.js similarity index 72% rename from _setWrapToString.js rename to .internal/setWrapToString.js index 5afcb6be03..3832446f2b 100644 --- a/_setWrapToString.js +++ b/.internal/setWrapToString.js @@ -1,7 +1,7 @@ -import getWrapDetails from './_getWrapDetails.js'; -import insertWrapDetails from './_insertWrapDetails.js'; -import setToString from './_setToString.js'; -import updateWrapDetails from './_updateWrapDetails.js'; +import getWrapDetails from './.internal/getWrapDetails.js'; +import insertWrapDetails from './.internal/insertWrapDetails.js'; +import setToString from './.internal/setToString.js'; +import updateWrapDetails from './.internal/updateWrapDetails.js'; /** * Sets the `toString` method of `wrapper` to mimic the source of `reference` diff --git a/_shortOut.js b/.internal/shortOut.js similarity index 100% rename from _shortOut.js rename to .internal/shortOut.js diff --git a/_shuffleSelf.js b/.internal/shuffleSelf.js similarity index 92% rename from _shuffleSelf.js rename to .internal/shuffleSelf.js index 811f4daad1..dd19baf655 100644 --- a/_shuffleSelf.js +++ b/.internal/shuffleSelf.js @@ -1,4 +1,4 @@ -import baseRandom from './_baseRandom.js'; +import baseRandom from './.internal/baseRandom.js'; /** * A specialized version of `shuffle` which mutates and sets the size of `array`. diff --git a/_stackClear.js b/.internal/stackClear.js similarity index 80% rename from _stackClear.js rename to .internal/stackClear.js index d4b10b0d3e..9873e7f01a 100644 --- a/_stackClear.js +++ b/.internal/stackClear.js @@ -1,4 +1,4 @@ -import ListCache from './_ListCache.js'; +import ListCache from './.internal/ListCache.js'; /** * Removes all key-value entries from the stack. diff --git a/_stackDelete.js b/.internal/stackDelete.js similarity index 100% rename from _stackDelete.js rename to .internal/stackDelete.js diff --git a/_stackGet.js b/.internal/stackGet.js similarity index 100% rename from _stackGet.js rename to .internal/stackGet.js diff --git a/_stackHas.js b/.internal/stackHas.js similarity index 100% rename from _stackHas.js rename to .internal/stackHas.js diff --git a/_stackSet.js b/.internal/stackSet.js similarity index 88% rename from _stackSet.js rename to .internal/stackSet.js index 7679647eb1..97278c9127 100644 --- a/_stackSet.js +++ b/.internal/stackSet.js @@ -1,5 +1,5 @@ -import ListCache from './_ListCache.js'; -import MapCache from './_MapCache.js'; +import ListCache from './.internal/ListCache.js'; +import MapCache from './.internal/MapCache.js'; /** Used as the size to enable large array optimizations. */ const LARGE_ARRAY_SIZE = 200; diff --git a/_strictIndexOf.js b/.internal/strictIndexOf.js similarity index 100% rename from _strictIndexOf.js rename to .internal/strictIndexOf.js diff --git a/_strictLastIndexOf.js b/.internal/strictLastIndexOf.js similarity index 100% rename from _strictLastIndexOf.js rename to .internal/strictLastIndexOf.js diff --git a/_stringSize.js b/.internal/stringSize.js similarity index 65% rename from _stringSize.js rename to .internal/stringSize.js index 17443a8d16..77315e7c6b 100644 --- a/_stringSize.js +++ b/.internal/stringSize.js @@ -1,6 +1,6 @@ -import asciiSize from './_asciiSize.js'; -import hasUnicode from './_hasUnicode.js'; -import unicodeSize from './_unicodeSize.js'; +import asciiSize from './.internal/asciiSize.js'; +import hasUnicode from './.internal/hasUnicode.js'; +import unicodeSize from './.internal/unicodeSize.js'; /** * Gets the number of symbols in `string`. diff --git a/_stringToArray.js b/.internal/stringToArray.js similarity index 64% rename from _stringToArray.js rename to .internal/stringToArray.js index 1ce84fd4e4..185ea20569 100644 --- a/_stringToArray.js +++ b/.internal/stringToArray.js @@ -1,6 +1,6 @@ -import asciiToArray from './_asciiToArray.js'; -import hasUnicode from './_hasUnicode.js'; -import unicodeToArray from './_unicodeToArray.js'; +import asciiToArray from './.internal/asciiToArray.js'; +import hasUnicode from './.internal/hasUnicode.js'; +import unicodeToArray from './.internal/unicodeToArray.js'; /** * Converts `string` to an array. diff --git a/_stringToPath.js b/.internal/stringToPath.js similarity index 93% rename from _stringToPath.js rename to .internal/stringToPath.js index ecf5b1705d..642eb8ec9b 100644 --- a/_stringToPath.js +++ b/.internal/stringToPath.js @@ -1,4 +1,4 @@ -import memoizeCapped from './_memoizeCapped.js'; +import memoizeCapped from './.internal/memoizeCapped.js'; /** Used to match property names within property paths. */ const reLeadingDot = /^\./, rePropName = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g; diff --git a/_toKey.js b/.internal/toKey.js similarity index 100% rename from _toKey.js rename to .internal/toKey.js diff --git a/_toSource.js b/.internal/toSource.js similarity index 100% rename from _toSource.js rename to .internal/toSource.js diff --git a/_unescapeHtmlChar.js b/.internal/unescapeHtmlChar.js similarity index 88% rename from _unescapeHtmlChar.js rename to .internal/unescapeHtmlChar.js index 24f1914077..c6a6328d9d 100644 --- a/_unescapeHtmlChar.js +++ b/.internal/unescapeHtmlChar.js @@ -1,4 +1,4 @@ -import basePropertyOf from './_basePropertyOf.js'; +import basePropertyOf from './.internal/basePropertyOf.js'; /** Used to map HTML entities to characters. */ const htmlUnescapes = { diff --git a/_unicodeSize.js b/.internal/unicodeSize.js similarity index 100% rename from _unicodeSize.js rename to .internal/unicodeSize.js diff --git a/_unicodeToArray.js b/.internal/unicodeToArray.js similarity index 100% rename from _unicodeToArray.js rename to .internal/unicodeToArray.js diff --git a/_unicodeWords.js b/.internal/unicodeWords.js similarity index 100% rename from _unicodeWords.js rename to .internal/unicodeWords.js diff --git a/_updateWrapDetails.js b/.internal/updateWrapDetails.js similarity index 91% rename from _updateWrapDetails.js rename to .internal/updateWrapDetails.js index f6b986b6ac..bcc2d489e1 100644 --- a/_updateWrapDetails.js +++ b/.internal/updateWrapDetails.js @@ -1,5 +1,5 @@ -import arrayEach from './_arrayEach.js'; -import arrayIncludes from './_arrayIncludes.js'; +import arrayEach from './.internal/arrayEach.js'; +import arrayIncludes from './.internal/arrayIncludes.js'; /** Used to compose bitmasks for function metadata. */ const WRAP_BIND_FLAG = 1; diff --git a/add.js b/add.js index 229af66ddc..1163510928 100644 --- a/add.js +++ b/add.js @@ -1,4 +1,4 @@ -import createMathOperation from './_createMathOperation.js'; +import createMathOperation from './.internal/createMathOperation.js'; /** * Adds two numbers. diff --git a/ary.js b/ary.js index 639455b1b9..c63dc23407 100644 --- a/ary.js +++ b/ary.js @@ -1,4 +1,4 @@ -import createWrap from './_createWrap.js'; +import createWrap from './.internal/createWrap.js'; /** Used to compose bitmasks for function metadata. */ const WRAP_ARY_FLAG = 128; diff --git a/assignIn.js b/assignIn.js index 1a45071dd9..6feb9e2fbc 100644 --- a/assignIn.js +++ b/assignIn.js @@ -1,5 +1,5 @@ -import copyObject from './_copyObject.js'; -import createAssigner from './_createAssigner.js'; +import copyObject from './.internal/copyObject.js'; +import createAssigner from './.internal/createAssigner.js'; import keysIn from './keysIn.js'; /** diff --git a/assignInWith.js b/assignInWith.js index 73c52fe07b..51e74e7062 100644 --- a/assignInWith.js +++ b/assignInWith.js @@ -1,5 +1,5 @@ -import copyObject from './_copyObject.js'; -import createAssigner from './_createAssigner.js'; +import copyObject from './.internal/copyObject.js'; +import createAssigner from './.internal/createAssigner.js'; import keysIn from './keysIn.js'; /** diff --git a/assignWith.js b/assignWith.js index c7665b4d0a..188608b71f 100644 --- a/assignWith.js +++ b/assignWith.js @@ -1,5 +1,5 @@ -import copyObject from './_copyObject.js'; -import createAssigner from './_createAssigner.js'; +import copyObject from './.internal/copyObject.js'; +import createAssigner from './.internal/createAssigner.js'; import keys from './keys.js'; /** diff --git a/at.js b/at.js index 6117bbcdf2..02ff11c945 100644 --- a/at.js +++ b/at.js @@ -1,4 +1,4 @@ -import baseAt from './_baseAt.js'; +import baseAt from './.internal/baseAt.js'; /** * Creates an array of values corresponding to `paths` of `object`. diff --git a/attempt.js b/attempt.js index 81cee2e365..348f11a306 100644 --- a/attempt.js +++ b/attempt.js @@ -1,4 +1,4 @@ -import apply from './_apply.js'; +import apply from './.internal/apply.js'; import isError from './isError.js'; /** diff --git a/bind.js b/bind.js index eda01542c7..44d4ccf470 100644 --- a/bind.js +++ b/bind.js @@ -1,6 +1,6 @@ -import createWrap from './_createWrap.js'; -import getHolder from './_getHolder.js'; -import replaceHolders from './_replaceHolders.js'; +import createWrap from './.internal/createWrap.js'; +import getHolder from './.internal/getHolder.js'; +import replaceHolders from './.internal/replaceHolders.js'; /** Used to compose bitmasks for function metadata. */ const WRAP_BIND_FLAG = 1; diff --git a/bindAll.js b/bindAll.js index 4e7d0f3004..ce73240119 100644 --- a/bindAll.js +++ b/bindAll.js @@ -1,7 +1,7 @@ -import arrayEach from './_arrayEach.js'; -import baseAssignValue from './_baseAssignValue.js'; +import arrayEach from './.internal/arrayEach.js'; +import baseAssignValue from './.internal/baseAssignValue.js'; import bind from './bind.js'; -import toKey from './_toKey.js'; +import toKey from './.internal/toKey.js'; /** * Binds methods of an object to the object itself, overwriting the existing diff --git a/bindKey.js b/bindKey.js index 9d6a3be136..2f0238ead9 100644 --- a/bindKey.js +++ b/bindKey.js @@ -1,6 +1,6 @@ -import createWrap from './_createWrap.js'; -import getHolder from './_getHolder.js'; -import replaceHolders from './_replaceHolders.js'; +import createWrap from './.internal/createWrap.js'; +import getHolder from './.internal/getHolder.js'; +import replaceHolders from './.internal/replaceHolders.js'; /** Used to compose bitmasks for function metadata. */ const WRAP_BIND_FLAG = 1; diff --git a/camelCase.js b/camelCase.js index e2044b4b58..54679c4c87 100644 --- a/camelCase.js +++ b/camelCase.js @@ -1,5 +1,5 @@ import capitalize from './capitalize.js'; -import createCompounder from './_createCompounder.js'; +import createCompounder from './.internal/createCompounder.js'; /** * Converts `string` to [camel case](https://en.wikipedia.org/wiki/CamelCase). diff --git a/ceil.js b/ceil.js index 80bd880235..557ec050e1 100644 --- a/ceil.js +++ b/ceil.js @@ -1,4 +1,4 @@ -import createRound from './_createRound.js'; +import createRound from './.internal/createRound.js'; /** * Computes `number` rounded up to `precision`. diff --git a/chunk.js b/chunk.js index ef5e3ecc4c..e9392eb114 100644 --- a/chunk.js +++ b/chunk.js @@ -1,5 +1,5 @@ -import baseSlice from './_baseSlice.js'; -import isIterateeCall from './_isIterateeCall.js'; +import baseSlice from './.internal/baseSlice.js'; +import isIterateeCall from './.internal/isIterateeCall.js'; import toInteger from './toInteger.js'; /* Built-in method references for those with the same name as other `lodash` methods. */ diff --git a/clamp.js b/clamp.js index ff9017ca7f..58de545af0 100644 --- a/clamp.js +++ b/clamp.js @@ -1,4 +1,4 @@ -import baseClamp from './_baseClamp.js'; +import baseClamp from './.internal/baseClamp.js'; import toNumber from './toNumber.js'; /** diff --git a/clone.js b/clone.js index 47c4d8ab5b..aef727e09b 100644 --- a/clone.js +++ b/clone.js @@ -1,4 +1,4 @@ -import baseClone from './_baseClone.js'; +import baseClone from './.internal/baseClone.js'; /** Used to compose bitmasks for cloning. */ const CLONE_SYMBOLS_FLAG = 4; diff --git a/cloneDeep.js b/cloneDeep.js index 79ce0814ea..36dd4f65cd 100644 --- a/cloneDeep.js +++ b/cloneDeep.js @@ -1,4 +1,4 @@ -import baseClone from './_baseClone.js'; +import baseClone from './.internal/baseClone.js'; /** Used to compose bitmasks for cloning. */ const CLONE_DEEP_FLAG = 1; diff --git a/cloneDeepWith.js b/cloneDeepWith.js index e06076444d..aa5b886537 100644 --- a/cloneDeepWith.js +++ b/cloneDeepWith.js @@ -1,4 +1,4 @@ -import baseClone from './_baseClone.js'; +import baseClone from './.internal/baseClone.js'; /** Used to compose bitmasks for cloning. */ const CLONE_DEEP_FLAG = 1; diff --git a/cloneWith.js b/cloneWith.js index b0464638ae..4c789bf2c6 100644 --- a/cloneWith.js +++ b/cloneWith.js @@ -1,4 +1,4 @@ -import baseClone from './_baseClone.js'; +import baseClone from './.internal/baseClone.js'; /** Used to compose bitmasks for cloning. */ const CLONE_SYMBOLS_FLAG = 4; diff --git a/concat.js b/concat.js index cf4118a5a7..d61e5a9e8f 100644 --- a/concat.js +++ b/concat.js @@ -1,6 +1,6 @@ -import arrayPush from './_arrayPush.js'; -import baseFlatten from './_baseFlatten.js'; -import copyArray from './_copyArray.js'; +import arrayPush from './.internal/arrayPush.js'; +import baseFlatten from './.internal/baseFlatten.js'; +import copyArray from './.internal/copyArray.js'; /** * Creates a new array concatenating `array` with any additional arrays diff --git a/cond.js b/cond.js index d9fbe478c6..4aa29ab0c2 100644 --- a/cond.js +++ b/cond.js @@ -1,5 +1,5 @@ -import apply from './_apply.js'; -import arrayMap from './_arrayMap.js'; +import apply from './.internal/apply.js'; +import arrayMap from './.internal/arrayMap.js'; /** * Creates a function that iterates over `pairs` and invokes the corresponding diff --git a/conforms.js b/conforms.js index 5fd1a6bc8d..f9e5628d04 100644 --- a/conforms.js +++ b/conforms.js @@ -1,5 +1,5 @@ -import baseClone from './_baseClone.js'; -import baseConforms from './_baseConforms.js'; +import baseClone from './.internal/baseClone.js'; +import baseConforms from './.internal/baseConforms.js'; /** Used to compose bitmasks for cloning. */ const CLONE_DEEP_FLAG = 1; diff --git a/conformsTo.js b/conformsTo.js index 0ddb91eb9c..0140b7f8e1 100644 --- a/conformsTo.js +++ b/conformsTo.js @@ -1,4 +1,4 @@ -import baseConformsTo from './_baseConformsTo.js'; +import baseConformsTo from './.internal/baseConformsTo.js'; import keys from './keys.js'; /** diff --git a/countBy.js b/countBy.js index 1f4e222a9a..043e61fbe9 100644 --- a/countBy.js +++ b/countBy.js @@ -1,5 +1,5 @@ -import baseAssignValue from './_baseAssignValue.js'; -import createAggregator from './_createAggregator.js'; +import baseAssignValue from './.internal/baseAssignValue.js'; +import createAggregator from './.internal/createAggregator.js'; /** Used to check objects for own properties. */ const hasOwnProperty = Object.prototype.hasOwnProperty; diff --git a/create.js b/create.js index d1ba8d4a6c..398b88b9dd 100644 --- a/create.js +++ b/create.js @@ -1,5 +1,5 @@ -import baseAssign from './_baseAssign.js'; -import baseCreate from './_baseCreate.js'; +import baseAssign from './.internal/baseAssign.js'; +import baseCreate from './.internal/baseCreate.js'; /** * Creates an object that inherits from the `prototype` object. If a diff --git a/curry.js b/curry.js index 78608ff5e1..a71396d1a7 100644 --- a/curry.js +++ b/curry.js @@ -1,4 +1,4 @@ -import createWrap from './_createWrap.js'; +import createWrap from './.internal/createWrap.js'; /** Used to compose bitmasks for function metadata. */ const WRAP_CURRY_FLAG = 8; diff --git a/curryRight.js b/curryRight.js index fc277ac28a..8ae4ed5cf4 100644 --- a/curryRight.js +++ b/curryRight.js @@ -1,4 +1,4 @@ -import createWrap from './_createWrap.js'; +import createWrap from './.internal/createWrap.js'; /** Used to compose bitmasks for function metadata. */ const WRAP_CURRY_RIGHT_FLAG = 16; diff --git a/deburr.js b/deburr.js index dc0618149e..ba4d82082a 100644 --- a/deburr.js +++ b/deburr.js @@ -1,4 +1,4 @@ -import deburrLetter from './_deburrLetter.js'; +import deburrLetter from './.internal/deburrLetter.js'; import toString from './toString.js'; /** Used to match Latin Unicode letters (excluding mathematical operators). */ diff --git a/defaults.js b/defaults.js index aebead2bdc..501766d18f 100644 --- a/defaults.js +++ b/defaults.js @@ -1,6 +1,6 @@ -import apply from './_apply.js'; +import apply from './.internal/apply.js'; import assignInWith from './assignInWith.js'; -import customDefaultsAssignIn from './_customDefaultsAssignIn.js'; +import customDefaultsAssignIn from './.internal/customDefaultsAssignIn.js'; /** * Assigns own and inherited enumerable string keyed properties of source diff --git a/defaultsDeep.js b/defaultsDeep.js index 97e8b3d3be..a4a046c4c9 100644 --- a/defaultsDeep.js +++ b/defaultsDeep.js @@ -1,5 +1,5 @@ -import apply from './_apply.js'; -import customDefaultsMerge from './_customDefaultsMerge.js'; +import apply from './.internal/apply.js'; +import customDefaultsMerge from './.internal/customDefaultsMerge.js'; import mergeWith from './mergeWith.js'; /** diff --git a/defer.js b/defer.js index 353898f6d0..e986a8b3de 100644 --- a/defer.js +++ b/defer.js @@ -1,4 +1,4 @@ -import baseDelay from './_baseDelay.js'; +import baseDelay from './.internal/baseDelay.js'; /** * Defers invoking the `func` until the current call stack has cleared. Any diff --git a/delay.js b/delay.js index 3de92ef9df..b287f18eba 100644 --- a/delay.js +++ b/delay.js @@ -1,4 +1,4 @@ -import baseDelay from './_baseDelay.js'; +import baseDelay from './.internal/baseDelay.js'; import toNumber from './toNumber.js'; /** diff --git a/difference.js b/difference.js index 9335c16f40..9267fe7d76 100644 --- a/difference.js +++ b/difference.js @@ -1,5 +1,5 @@ -import baseDifference from './_baseDifference.js'; -import baseFlatten from './_baseFlatten.js'; +import baseDifference from './.internal/baseDifference.js'; +import baseFlatten from './.internal/baseFlatten.js'; import isArrayLikeObject from './isArrayLikeObject.js'; /** diff --git a/differenceBy.js b/differenceBy.js index bc0e54cf6e..c97ca85e42 100644 --- a/differenceBy.js +++ b/differenceBy.js @@ -1,5 +1,5 @@ -import baseDifference from './_baseDifference.js'; -import baseFlatten from './_baseFlatten.js'; +import baseDifference from './.internal/baseDifference.js'; +import baseFlatten from './.internal/baseFlatten.js'; import isArrayLikeObject from './isArrayLikeObject.js'; import last from './last.js'; diff --git a/differenceWith.js b/differenceWith.js index 97651ec954..93b12d1c39 100644 --- a/differenceWith.js +++ b/differenceWith.js @@ -1,5 +1,5 @@ -import baseDifference from './_baseDifference.js'; -import baseFlatten from './_baseFlatten.js'; +import baseDifference from './.internal/baseDifference.js'; +import baseFlatten from './.internal/baseFlatten.js'; import isArrayLikeObject from './isArrayLikeObject.js'; import last from './last.js'; diff --git a/divide.js b/divide.js index 354b30d85d..ca83312683 100644 --- a/divide.js +++ b/divide.js @@ -1,4 +1,4 @@ -import createMathOperation from './_createMathOperation.js'; +import createMathOperation from './.internal/createMathOperation.js'; /** * Divide two numbers. diff --git a/drop.js b/drop.js index 1deb755845..146246ce22 100644 --- a/drop.js +++ b/drop.js @@ -1,4 +1,4 @@ -import baseSlice from './_baseSlice.js'; +import baseSlice from './.internal/baseSlice.js'; import toInteger from './toInteger.js'; /** diff --git a/dropRight.js b/dropRight.js index 766cd93220..76f4191710 100644 --- a/dropRight.js +++ b/dropRight.js @@ -1,4 +1,4 @@ -import baseSlice from './_baseSlice.js'; +import baseSlice from './.internal/baseSlice.js'; import toInteger from './toInteger.js'; /** diff --git a/dropRightWhile.js b/dropRightWhile.js index 770fb1ed5f..2f81a5da1d 100644 --- a/dropRightWhile.js +++ b/dropRightWhile.js @@ -1,4 +1,4 @@ -import baseWhile from './_baseWhile.js'; +import baseWhile from './.internal/baseWhile.js'; /** * Creates a slice of `array` excluding elements dropped from the end. diff --git a/dropWhile.js b/dropWhile.js index c8738ff32c..35eb48247a 100644 --- a/dropWhile.js +++ b/dropWhile.js @@ -1,4 +1,4 @@ -import baseWhile from './_baseWhile.js'; +import baseWhile from './.internal/baseWhile.js'; /** * Creates a slice of `array` excluding elements dropped from the beginning. diff --git a/endsWith.js b/endsWith.js index 75f532b99e..f57ded1578 100644 --- a/endsWith.js +++ b/endsWith.js @@ -1,5 +1,5 @@ -import baseClamp from './_baseClamp.js'; -import baseToString from './_baseToString.js'; +import baseClamp from './.internal/baseClamp.js'; +import baseToString from './.internal/baseToString.js'; import toInteger from './toInteger.js'; import toString from './toString.js'; diff --git a/escape.js b/escape.js index 0b78828338..d5095083f1 100644 --- a/escape.js +++ b/escape.js @@ -1,4 +1,4 @@ -import escapeHtmlChar from './_escapeHtmlChar.js'; +import escapeHtmlChar from './.internal/escapeHtmlChar.js'; import toString from './toString.js'; /** Used to match HTML entities and HTML characters. */ diff --git a/every.js b/every.js index b40f9c33ee..b05deac8fd 100644 --- a/every.js +++ b/every.js @@ -1,6 +1,6 @@ -import arrayEvery from './_arrayEvery.js'; -import baseEvery from './_baseEvery.js'; -import isIterateeCall from './_isIterateeCall.js'; +import arrayEvery from './.internal/arrayEvery.js'; +import baseEvery from './.internal/baseEvery.js'; +import isIterateeCall from './.internal/isIterateeCall.js'; /** * Checks if `predicate` returns truthy for **all** elements of `collection`. diff --git a/fill.js b/fill.js index e9b8c777ee..7b7c34b121 100644 --- a/fill.js +++ b/fill.js @@ -1,5 +1,5 @@ -import baseFill from './_baseFill.js'; -import isIterateeCall from './_isIterateeCall.js'; +import baseFill from './.internal/baseFill.js'; +import isIterateeCall from './.internal/isIterateeCall.js'; /** * Fills elements of `array` with `value` from `start` up to, but not diff --git a/filter.js b/filter.js index 3913923c54..fd6ab57404 100644 --- a/filter.js +++ b/filter.js @@ -1,5 +1,5 @@ -import arrayFilter from './_arrayFilter.js'; -import baseFilter from './_baseFilter.js'; +import arrayFilter from './.internal/arrayFilter.js'; +import baseFilter from './.internal/baseFilter.js'; /** * Iterates over elements of `collection`, returning an array of all elements diff --git a/find.js b/find.js index c6bababad1..e322a93571 100644 --- a/find.js +++ b/find.js @@ -1,4 +1,4 @@ -import createFind from './_createFind.js'; +import createFind from './.internal/createFind.js'; import findIndex from './findIndex.js'; /** diff --git a/findIndex.js b/findIndex.js index 471766ea2c..6d7bb4de59 100644 --- a/findIndex.js +++ b/findIndex.js @@ -1,4 +1,4 @@ -import baseFindIndex from './_baseFindIndex.js'; +import baseFindIndex from './.internal/baseFindIndex.js'; import toInteger from './toInteger.js'; /* Built-in method references for those with the same name as other `lodash` methods. */ diff --git a/findKey.js b/findKey.js index 7308c8d8f3..3ff7d46a2e 100644 --- a/findKey.js +++ b/findKey.js @@ -1,5 +1,5 @@ -import baseFindKey from './_baseFindKey.js'; -import baseForOwn from './_baseForOwn.js'; +import baseFindKey from './.internal/baseFindKey.js'; +import baseForOwn from './.internal/baseForOwn.js'; /** * This method is like `find` except that it returns the key of the first diff --git a/findLast.js b/findLast.js index 1e216eaa6e..e2668fc9e3 100644 --- a/findLast.js +++ b/findLast.js @@ -1,4 +1,4 @@ -import createFind from './_createFind.js'; +import createFind from './.internal/createFind.js'; import findLastIndex from './findLastIndex.js'; /** diff --git a/findLastIndex.js b/findLastIndex.js index 72add09a64..942ce6773e 100644 --- a/findLastIndex.js +++ b/findLastIndex.js @@ -1,4 +1,4 @@ -import baseFindIndex from './_baseFindIndex.js'; +import baseFindIndex from './.internal/baseFindIndex.js'; import toInteger from './toInteger.js'; /* Built-in method references for those with the same name as other `lodash` methods. */ diff --git a/findLastKey.js b/findLastKey.js index 37e72d6a77..c040adde6a 100644 --- a/findLastKey.js +++ b/findLastKey.js @@ -1,5 +1,5 @@ -import baseFindKey from './_baseFindKey.js'; -import baseForOwnRight from './_baseForOwnRight.js'; +import baseFindKey from './.internal/baseFindKey.js'; +import baseForOwnRight from './.internal/baseForOwnRight.js'; /** * This method is like `findKey` except that it iterates over elements of diff --git a/flatMap.js b/flatMap.js index b68c381877..0edb6c06d1 100644 --- a/flatMap.js +++ b/flatMap.js @@ -1,4 +1,4 @@ -import baseFlatten from './_baseFlatten.js'; +import baseFlatten from './.internal/baseFlatten.js'; import map from './map.js'; /** diff --git a/flatMapDeep.js b/flatMapDeep.js index 6cadcae2cb..9b2fdd06c8 100644 --- a/flatMapDeep.js +++ b/flatMapDeep.js @@ -1,4 +1,4 @@ -import baseFlatten from './_baseFlatten.js'; +import baseFlatten from './.internal/baseFlatten.js'; import map from './map.js'; /** Used as references for various `Number` constants. */ diff --git a/flatMapDepth.js b/flatMapDepth.js index 05b86a4b1f..84520b1cb3 100644 --- a/flatMapDepth.js +++ b/flatMapDepth.js @@ -1,4 +1,4 @@ -import baseFlatten from './_baseFlatten.js'; +import baseFlatten from './.internal/baseFlatten.js'; import map from './map.js'; import toInteger from './toInteger.js'; diff --git a/flatten.js b/flatten.js index 83879f321c..0e5fcb9188 100644 --- a/flatten.js +++ b/flatten.js @@ -1,4 +1,4 @@ -import baseFlatten from './_baseFlatten.js'; +import baseFlatten from './.internal/baseFlatten.js'; /** * Flattens `array` a single level deep. diff --git a/flattenDeep.js b/flattenDeep.js index 8377563600..6dd13e8a11 100644 --- a/flattenDeep.js +++ b/flattenDeep.js @@ -1,4 +1,4 @@ -import baseFlatten from './_baseFlatten.js'; +import baseFlatten from './.internal/baseFlatten.js'; /** Used as references for various `Number` constants. */ const INFINITY = 1 / 0; diff --git a/flattenDepth.js b/flattenDepth.js index 35530b3a22..02abab7e1f 100644 --- a/flattenDepth.js +++ b/flattenDepth.js @@ -1,4 +1,4 @@ -import baseFlatten from './_baseFlatten.js'; +import baseFlatten from './.internal/baseFlatten.js'; import toInteger from './toInteger.js'; /** diff --git a/flip.js b/flip.js index 2c24c3783f..8eac2644b1 100644 --- a/flip.js +++ b/flip.js @@ -1,4 +1,4 @@ -import createWrap from './_createWrap.js'; +import createWrap from './.internal/createWrap.js'; /** Used to compose bitmasks for function metadata. */ const WRAP_FLIP_FLAG = 512; diff --git a/floor.js b/floor.js index 1b73145af7..8cedf2db0c 100644 --- a/floor.js +++ b/floor.js @@ -1,4 +1,4 @@ -import createRound from './_createRound.js'; +import createRound from './.internal/createRound.js'; /** * Computes `number` rounded down to `precision`. diff --git a/flow.js b/flow.js index 61168a7c74..13631cd868 100644 --- a/flow.js +++ b/flow.js @@ -1,4 +1,4 @@ -import createFlow from './_createFlow.js'; +import createFlow from './.internal/createFlow.js'; /** * Creates a function that returns the result of invoking the given functions diff --git a/flowRight.js b/flowRight.js index ae4f7a796c..320f92d80e 100644 --- a/flowRight.js +++ b/flowRight.js @@ -1,4 +1,4 @@ -import createFlow from './_createFlow.js'; +import createFlow from './.internal/createFlow.js'; /** * This method is like `flow` except that it creates a function that diff --git a/forEach.js b/forEach.js index 5d968b9b29..ab40d3a156 100644 --- a/forEach.js +++ b/forEach.js @@ -1,5 +1,5 @@ -import arrayEach from './_arrayEach.js'; -import baseEach from './_baseEach.js';; +import arrayEach from './.internal/arrayEach.js'; +import baseEach from './.internal/baseEach.js';; /** * Iterates over elements of `collection` and invokes `iteratee` for each element. diff --git a/forEachRight.js b/forEachRight.js index eba21841c4..9699701204 100644 --- a/forEachRight.js +++ b/forEachRight.js @@ -1,5 +1,5 @@ -import arrayEachRight from './_arrayEachRight.js'; -import baseEachRight from './_baseEachRight.js'; +import arrayEachRight from './.internal/arrayEachRight.js'; +import baseEachRight from './.internal/baseEachRight.js'; /** * This method is like `forEach` except that it iterates over elements of diff --git a/forIn.js b/forIn.js index 69e14515de..ae85f56a9a 100644 --- a/forIn.js +++ b/forIn.js @@ -1,4 +1,4 @@ -import baseFor from './_baseFor.js'; +import baseFor from './.internal/baseFor.js'; import keysIn from './keysIn.js'; /** diff --git a/forInRight.js b/forInRight.js index cb3a761ded..1c6d7f9ba3 100644 --- a/forInRight.js +++ b/forInRight.js @@ -1,4 +1,4 @@ -import baseForRight from './_baseForRight.js'; +import baseForRight from './.internal/baseForRight.js'; import keysIn from './keysIn.js'; /** diff --git a/forOwn.js b/forOwn.js index 973625b200..3d42397442 100644 --- a/forOwn.js +++ b/forOwn.js @@ -1,4 +1,4 @@ -import baseForOwn from './_baseForOwn.js'; +import baseForOwn from './.internal/baseForOwn.js'; /** * Iterates over own enumerable string keyed properties of an object and diff --git a/forOwnRight.js b/forOwnRight.js index 74cc86af00..515afe6706 100644 --- a/forOwnRight.js +++ b/forOwnRight.js @@ -1,4 +1,4 @@ -import baseForOwnRight from './_baseForOwnRight.js'; +import baseForOwnRight from './.internal/baseForOwnRight.js'; /** * This method is like `forOwn` except that it iterates over properties of diff --git a/functions.js b/functions.js index 65174fe1ad..48a5782076 100644 --- a/functions.js +++ b/functions.js @@ -1,4 +1,4 @@ -import baseFunctions from './_baseFunctions.js'; +import baseFunctions from './.internal/baseFunctions.js'; import keys from './keys.js'; /** diff --git a/functionsIn.js b/functionsIn.js index 5e395dd63e..c7cedddf47 100644 --- a/functionsIn.js +++ b/functionsIn.js @@ -1,4 +1,4 @@ -import baseFunctions from './_baseFunctions.js'; +import baseFunctions from './.internal/baseFunctions.js'; import keysIn from './keysIn.js'; /** diff --git a/get.js b/get.js index 628fbb70f5..5fd0cc7cb5 100644 --- a/get.js +++ b/get.js @@ -1,4 +1,4 @@ -import baseGet from './_baseGet.js'; +import baseGet from './.internal/baseGet.js'; /** * Gets the value at `path` of `object`. If the resolved value is diff --git a/groupBy.js b/groupBy.js index 25384dd38f..cad93f54d9 100644 --- a/groupBy.js +++ b/groupBy.js @@ -1,5 +1,5 @@ -import baseAssignValue from './_baseAssignValue.js'; -import createAggregator from './_createAggregator.js'; +import baseAssignValue from './.internal/baseAssignValue.js'; +import createAggregator from './.internal/createAggregator.js'; /** Used to check objects for own properties. */ const hasOwnProperty = Object.prototype.hasOwnProperty; diff --git a/gt.js b/gt.js index 5ca78fc2ee..456668d2fe 100644 --- a/gt.js +++ b/gt.js @@ -1,5 +1,5 @@ -import baseGt from './_baseGt.js'; -import createRelationalOperation from './_createRelationalOperation.js'; +import baseGt from './.internal/baseGt.js'; +import createRelationalOperation from './.internal/createRelationalOperation.js'; /** * Checks if `value` is greater than `other`. diff --git a/gte.js b/gte.js index 7f6840ec8c..e3eef0a3bb 100644 --- a/gte.js +++ b/gte.js @@ -1,4 +1,4 @@ -import createRelationalOperation from './_createRelationalOperation.js'; +import createRelationalOperation from './.internal/createRelationalOperation.js'; /** * Checks if `value` is greater than or equal to `other`. diff --git a/has.js b/has.js index 28b80b7d9d..51d99aa243 100644 --- a/has.js +++ b/has.js @@ -1,5 +1,5 @@ -import baseHas from './_baseHas.js'; -import hasPath from './_hasPath.js'; +import baseHas from './.internal/baseHas.js'; +import hasPath from './.internal/hasPath.js'; /** * Checks if `path` is a direct property of `object`. diff --git a/hasIn.js b/hasIn.js index cfa2a5e449..66689bae0b 100644 --- a/hasIn.js +++ b/hasIn.js @@ -1,5 +1,5 @@ -import baseHasIn from './_baseHasIn.js'; -import hasPath from './_hasPath.js'; +import baseHasIn from './.internal/baseHasIn.js'; +import hasPath from './.internal/hasPath.js'; /** * Checks if `path` is a direct or inherited property of `object`. diff --git a/inRange.js b/inRange.js index fe43085bab..d647440086 100644 --- a/inRange.js +++ b/inRange.js @@ -1,4 +1,4 @@ -import baseInRange from './_baseInRange.js'; +import baseInRange from './.internal/baseInRange.js'; import toFinite from './toFinite.js'; import toNumber from './toNumber.js'; diff --git a/includes.js b/includes.js index ad0f2bb9e6..ec14e7da77 100644 --- a/includes.js +++ b/includes.js @@ -1,4 +1,4 @@ -import baseIndexOf from './_baseIndexOf.js'; +import baseIndexOf from './.internal/baseIndexOf.js'; import isArrayLike from './isArrayLike.js'; import isString from './isString.js'; import toInteger from './toInteger.js'; diff --git a/indexOf.js b/indexOf.js index 375f1178b2..076b6d8edc 100644 --- a/indexOf.js +++ b/indexOf.js @@ -1,4 +1,4 @@ -import baseIndexOf from './_baseIndexOf.js'; +import baseIndexOf from './.internal/baseIndexOf.js'; import toInteger from './toInteger.js'; /* Built-in method references for those with the same name as other `lodash` methods. */ diff --git a/initial.js b/initial.js index 754f351ea7..396aea5077 100644 --- a/initial.js +++ b/initial.js @@ -1,4 +1,4 @@ -import baseSlice from './_baseSlice.js'; +import baseSlice from './.internal/baseSlice.js'; /** * Gets all but the last element of `array`. diff --git a/intersection.js b/intersection.js index 23a7e3dc10..0f9789c9ae 100644 --- a/intersection.js +++ b/intersection.js @@ -1,6 +1,6 @@ -import arrayMap from './_arrayMap.js'; -import baseIntersection from './_baseIntersection.js'; -import castArrayLikeObject from './_castArrayLikeObject.js'; +import arrayMap from './.internal/arrayMap.js'; +import baseIntersection from './.internal/baseIntersection.js'; +import castArrayLikeObject from './.internal/castArrayLikeObject.js'; /** * Creates an array of unique values that are included in all given arrays diff --git a/intersectionBy.js b/intersectionBy.js index e4fa65256e..09c6aefc46 100644 --- a/intersectionBy.js +++ b/intersectionBy.js @@ -1,6 +1,6 @@ -import arrayMap from './_arrayMap.js'; -import baseIntersection from './_baseIntersection.js'; -import castArrayLikeObject from './_castArrayLikeObject.js'; +import arrayMap from './.internal/arrayMap.js'; +import baseIntersection from './.internal/baseIntersection.js'; +import castArrayLikeObject from './.internal/castArrayLikeObject.js'; import last from './last.js'; /** diff --git a/intersectionWith.js b/intersectionWith.js index 6b1efde0f3..5f25f8a49f 100644 --- a/intersectionWith.js +++ b/intersectionWith.js @@ -1,6 +1,6 @@ -import arrayMap from './_arrayMap.js'; -import baseIntersection from './_baseIntersection.js'; -import castArrayLikeObject from './_castArrayLikeObject.js'; +import arrayMap from './.internal/arrayMap.js'; +import baseIntersection from './.internal/baseIntersection.js'; +import castArrayLikeObject from './.internal/castArrayLikeObject.js'; import last from './last.js'; /** diff --git a/invert.js b/invert.js index 0aa5b04cb6..c04ae3fefc 100644 --- a/invert.js +++ b/invert.js @@ -1,5 +1,5 @@ import constant from './constant.js'; -import createInverter from './_createInverter.js'; +import createInverter from './.internal/createInverter.js'; import identity from './identity.js'; /** diff --git a/invertBy.js b/invertBy.js index 5e9c4f6bec..37650a0278 100644 --- a/invertBy.js +++ b/invertBy.js @@ -1,4 +1,4 @@ -import createInverter from './_createInverter.js'; +import createInverter from './.internal/createInverter.js'; /** Used to check objects for own properties. */ const hasOwnProperty = Object.prototype.hasOwnProperty; diff --git a/invoke.js b/invoke.js index c30c94c039..dffb9fb8f3 100644 --- a/invoke.js +++ b/invoke.js @@ -1,4 +1,4 @@ -import baseInvoke from './_baseInvoke.js'; +import baseInvoke from './.internal/baseInvoke.js'; /** * Invokes the method at `path` of `object`. diff --git a/invokeMap.js b/invokeMap.js index 85a276fcd2..6e06559653 100644 --- a/invokeMap.js +++ b/invokeMap.js @@ -1,6 +1,6 @@ -import apply from './_apply.js'; -import baseEach from './_baseEach.js'; -import baseInvoke from './_baseInvoke.js'; +import apply from './.internal/apply.js'; +import baseEach from './.internal/baseEach.js'; +import baseInvoke from './.internal/baseInvoke.js'; import isArrayLike from './isArrayLike.js'; /** diff --git a/isArguments.js b/isArguments.js index daf81ec654..68f659ecdf 100644 --- a/isArguments.js +++ b/isArguments.js @@ -1,4 +1,4 @@ -import baseGetTag from './_baseGetTag.js'; +import baseGetTag from './.internal/baseGetTag.js'; import isObjectLike from './isObjectLike.js'; /** `Object#toString` result references. */ diff --git a/isArrayBuffer.js b/isArrayBuffer.js index 950738f4ef..63b44e8e64 100644 --- a/isArrayBuffer.js +++ b/isArrayBuffer.js @@ -1,5 +1,5 @@ -import baseIsArrayBuffer from './_baseIsArrayBuffer.js'; -import nodeUtil from './_nodeUtil.js'; +import baseIsArrayBuffer from './.internal/baseIsArrayBuffer.js'; +import nodeUtil from './.internal/nodeUtil.js'; /* Node.js helper references. */ const nodeIsArrayBuffer = nodeUtil && nodeUtil.isArrayBuffer; diff --git a/isBoolean.js b/isBoolean.js index 68290e453a..4188975d75 100644 --- a/isBoolean.js +++ b/isBoolean.js @@ -1,4 +1,4 @@ -import baseGetTag from './_baseGetTag.js'; +import baseGetTag from './.internal/baseGetTag.js'; import isObjectLike from './isObjectLike.js'; /** `Object#toString` result references. */ diff --git a/isBuffer.js b/isBuffer.js index c791083617..f8a8ea4d97 100644 --- a/isBuffer.js +++ b/isBuffer.js @@ -1,4 +1,4 @@ -import root from './_root.js'; +import root from './.internal/root.js'; import stubFalse from './stubFalse.js'; /** Detect free variable `exports`. */ diff --git a/isDate.js b/isDate.js index aeea0a509f..2b9fa3f6f0 100644 --- a/isDate.js +++ b/isDate.js @@ -1,5 +1,5 @@ -import baseIsDate from './_baseIsDate.js'; -import nodeUtil from './_nodeUtil.js'; +import baseIsDate from './.internal/baseIsDate.js'; +import nodeUtil from './.internal/nodeUtil.js'; /* Node.js helper references. */ const nodeIsDate = nodeUtil && nodeUtil.isDate; diff --git a/isEmpty.js b/isEmpty.js index fa3a96e9fe..8e7fab3907 100644 --- a/isEmpty.js +++ b/isEmpty.js @@ -1,9 +1,9 @@ -import baseKeys from './_baseKeys.js'; -import getTag from './_getTag.js'; +import baseKeys from './.internal/baseKeys.js'; +import getTag from './.internal/getTag.js'; import isArguments from './isArguments.js'; import isArrayLike from './isArrayLike.js'; import isBuffer from './isBuffer.js'; -import isPrototype from './_isPrototype.js'; +import isPrototype from './.internal/isPrototype.js'; import isTypedArray from './isTypedArray.js'; /** `Object#toString` result references. */ diff --git a/isEqual.js b/isEqual.js index 9cdae6cbd9..27e44b1fb1 100644 --- a/isEqual.js +++ b/isEqual.js @@ -1,4 +1,4 @@ -import baseIsEqual from './_baseIsEqual.js'; +import baseIsEqual from './.internal/baseIsEqual.js'; /** * Performs a deep comparison between two values to determine if they are diff --git a/isEqualWith.js b/isEqualWith.js index afda267ddd..30d37c86df 100644 --- a/isEqualWith.js +++ b/isEqualWith.js @@ -1,4 +1,4 @@ -import baseIsEqual from './_baseIsEqual.js'; +import baseIsEqual from './.internal/baseIsEqual.js'; /** * This method is like `isEqual` except that it accepts `customizer` which diff --git a/isError.js b/isError.js index 13fc8ae2d8..933e22a2fe 100644 --- a/isError.js +++ b/isError.js @@ -1,4 +1,4 @@ -import baseGetTag from './_baseGetTag.js'; +import baseGetTag from './.internal/baseGetTag.js'; import isObjectLike from './isObjectLike.js'; import isPlainObject from './isPlainObject.js'; diff --git a/isFinite.js b/isFinite.js index 6c5e1a6c8d..a9d1e6aadf 100644 --- a/isFinite.js +++ b/isFinite.js @@ -1,4 +1,4 @@ -import root from './_root.js'; +import root from './.internal/root.js'; /* Built-in method references for those with the same name as other `lodash` methods. */ const nativeIsFinite = root.isFinite; diff --git a/isFunction.js b/isFunction.js index 23fb76f5ab..cec74a980f 100644 --- a/isFunction.js +++ b/isFunction.js @@ -1,4 +1,4 @@ -import baseGetTag from './_baseGetTag.js'; +import baseGetTag from './.internal/baseGetTag.js'; import isObject from './isObject.js'; /** `Object#toString` result references. */ diff --git a/isMap.js b/isMap.js index 15e8119fbf..b37843d3de 100644 --- a/isMap.js +++ b/isMap.js @@ -1,5 +1,5 @@ -import baseIsMap from './_baseIsMap.js'; -import nodeUtil from './_nodeUtil.js'; +import baseIsMap from './.internal/baseIsMap.js'; +import nodeUtil from './.internal/nodeUtil.js'; /* Node.js helper references. */ const nodeIsMap = nodeUtil && nodeUtil.isMap; diff --git a/isMatch.js b/isMatch.js index e3b50acfe9..058b659fef 100644 --- a/isMatch.js +++ b/isMatch.js @@ -1,5 +1,5 @@ -import baseIsMatch from './_baseIsMatch.js'; -import getMatchData from './_getMatchData.js'; +import baseIsMatch from './.internal/baseIsMatch.js'; +import getMatchData from './.internal/getMatchData.js'; /** * Performs a partial deep comparison between `object` and `source` to diff --git a/isMatchWith.js b/isMatchWith.js index 2a8d84b6d8..e76fdb3aad 100644 --- a/isMatchWith.js +++ b/isMatchWith.js @@ -1,5 +1,5 @@ -import baseIsMatch from './_baseIsMatch.js'; -import getMatchData from './_getMatchData.js'; +import baseIsMatch from './.internal/baseIsMatch.js'; +import getMatchData from './.internal/getMatchData.js'; /** * This method is like `isMatch` except that it accepts `customizer` which diff --git a/isNative.js b/isNative.js index 9df6203851..5bb8369776 100644 --- a/isNative.js +++ b/isNative.js @@ -1,6 +1,6 @@ import isFunction from './isFunction.js'; import isObject from './isObject.js'; -import toSource from './_toSource.js'; +import toSource from './.internal/toSource.js'; /** * Used to match `RegExp` diff --git a/isNumber.js b/isNumber.js index b063d129f0..49af51d786 100644 --- a/isNumber.js +++ b/isNumber.js @@ -1,4 +1,4 @@ -import baseGetTag from './_baseGetTag.js'; +import baseGetTag from './.internal/baseGetTag.js'; import isObjectLike from './isObjectLike.js'; /** `Object#toString` result references. */ diff --git a/isPlainObject.js b/isPlainObject.js index eda0c06042..7863d7017d 100644 --- a/isPlainObject.js +++ b/isPlainObject.js @@ -1,5 +1,5 @@ -import baseGetTag from './_baseGetTag.js'; -import getPrototype from './_getPrototype.js'; +import baseGetTag from './.internal/baseGetTag.js'; +import getPrototype from './.internal/getPrototype.js'; import isObjectLike from './isObjectLike.js'; /** `Object#toString` result references. */ diff --git a/isRegExp.js b/isRegExp.js index c973eacbe9..9a7537834d 100644 --- a/isRegExp.js +++ b/isRegExp.js @@ -1,5 +1,5 @@ -import baseIsRegExp from './_baseIsRegExp.js'; -import nodeUtil from './_nodeUtil.js'; +import baseIsRegExp from './.internal/baseIsRegExp.js'; +import nodeUtil from './.internal/nodeUtil.js'; /* Node.js helper references. */ const nodeIsRegExp = nodeUtil && nodeUtil.isRegExp; diff --git a/isSet.js b/isSet.js index fbabfa5395..6a9d2ec08c 100644 --- a/isSet.js +++ b/isSet.js @@ -1,5 +1,5 @@ -import baseIsSet from './_baseIsSet.js'; -import nodeUtil from './_nodeUtil.js'; +import baseIsSet from './.internal/baseIsSet.js'; +import nodeUtil from './.internal/nodeUtil.js'; /* Node.js helper references. */ const nodeIsSet = nodeUtil && nodeUtil.isSet; diff --git a/isString.js b/isString.js index d337f5a4f5..57770a5507 100644 --- a/isString.js +++ b/isString.js @@ -1,4 +1,4 @@ -import baseGetTag from './_baseGetTag.js'; +import baseGetTag from './.internal/baseGetTag.js'; import isObjectLike from './isObjectLike.js'; /** `Object#toString` result references. */ diff --git a/isSymbol.js b/isSymbol.js index 59ff92ec6f..2386a58d1c 100644 --- a/isSymbol.js +++ b/isSymbol.js @@ -1,4 +1,4 @@ -import baseGetTag from './_baseGetTag.js'; +import baseGetTag from './.internal/baseGetTag.js'; import isObjectLike from './isObjectLike.js'; /** `Object#toString` result references. */ diff --git a/isTypedArray.js b/isTypedArray.js index 1e623a65fe..4848d5e3f7 100644 --- a/isTypedArray.js +++ b/isTypedArray.js @@ -1,5 +1,5 @@ -import baseIsTypedArray from './_baseIsTypedArray.js'; -import nodeUtil from './_nodeUtil.js'; +import baseIsTypedArray from './.internal/baseIsTypedArray.js'; +import nodeUtil from './.internal/nodeUtil.js'; /* Node.js helper references. */ const nodeIsTypedArray = nodeUtil && nodeUtil.isTypedArray; diff --git a/isWeakMap.js b/isWeakMap.js index 1c45154133..4063a623a9 100644 --- a/isWeakMap.js +++ b/isWeakMap.js @@ -1,4 +1,4 @@ -import getTag from './_getTag.js'; +import getTag from './.internal/getTag.js'; import isObjectLike from './isObjectLike.js'; /** `Object#toString` result references. */ diff --git a/isWeakSet.js b/isWeakSet.js index 907a3ce7c4..70a33c7574 100644 --- a/isWeakSet.js +++ b/isWeakSet.js @@ -1,4 +1,4 @@ -import baseGetTag from './_baseGetTag.js'; +import baseGetTag from './.internal/baseGetTag.js'; import isObjectLike from './isObjectLike.js'; /** `Object#toString` result references. */ diff --git a/kebabCase.js b/kebabCase.js index 46829e5df0..6b6c5138cf 100644 --- a/kebabCase.js +++ b/kebabCase.js @@ -1,4 +1,4 @@ -import createCompounder from './_createCompounder.js'; +import createCompounder from './.internal/createCompounder.js'; /** * Converts `string` to diff --git a/keyBy.js b/keyBy.js index f3ddce0d49..4fe469ef20 100644 --- a/keyBy.js +++ b/keyBy.js @@ -1,5 +1,5 @@ -import baseAssignValue from './_baseAssignValue.js'; -import createAggregator from './_createAggregator.js'; +import baseAssignValue from './.internal/baseAssignValue.js'; +import createAggregator from './.internal/createAggregator.js'; /** * Creates an object composed of keys generated from the results of running diff --git a/keys.js b/keys.js index 1c1734356c..c5662217bf 100644 --- a/keys.js +++ b/keys.js @@ -1,5 +1,5 @@ -import arrayLikeKeys from './_arrayLikeKeys.js'; -import baseKeys from './_baseKeys.js'; +import arrayLikeKeys from './.internal/arrayLikeKeys.js'; +import baseKeys from './.internal/baseKeys.js'; import isArrayLike from './isArrayLike.js'; /** diff --git a/keysIn.js b/keysIn.js index 96017b058e..31e4bf8446 100644 --- a/keysIn.js +++ b/keysIn.js @@ -1,5 +1,5 @@ -import arrayLikeKeys from './_arrayLikeKeys.js'; -import baseKeysIn from './_baseKeysIn.js'; +import arrayLikeKeys from './.internal/arrayLikeKeys.js'; +import baseKeysIn from './.internal/baseKeysIn.js'; import isArrayLike from './isArrayLike.js'; /** diff --git a/lastIndexOf.js b/lastIndexOf.js index e68978517b..810c3456ec 100644 --- a/lastIndexOf.js +++ b/lastIndexOf.js @@ -1,6 +1,6 @@ -import baseFindIndex from './_baseFindIndex.js'; -import baseIsNaN from './_baseIsNaN.js'; -import strictLastIndexOf from './_strictLastIndexOf.js'; +import baseFindIndex from './.internal/baseFindIndex.js'; +import baseIsNaN from './.internal/baseIsNaN.js'; +import strictLastIndexOf from './.internal/strictLastIndexOf.js'; import toInteger from './toInteger.js'; /* Built-in method references for those with the same name as other `lodash` methods. */ diff --git a/lowerCase.js b/lowerCase.js index d061a79ec2..a64a722ff9 100644 --- a/lowerCase.js +++ b/lowerCase.js @@ -1,4 +1,4 @@ -import createCompounder from './_createCompounder.js'; +import createCompounder from './.internal/createCompounder.js'; /** * Converts `string`, as space separated words, to lower case. diff --git a/lowerFirst.js b/lowerFirst.js index d92a6d252f..fcb4957841 100644 --- a/lowerFirst.js +++ b/lowerFirst.js @@ -1,4 +1,4 @@ -import createCaseFirst from './_createCaseFirst.js'; +import createCaseFirst from './.internal/createCaseFirst.js'; /** * Converts the first character of `string` to lower case. diff --git a/lt.js b/lt.js index 0c9aa32ff3..d15bbd8e77 100644 --- a/lt.js +++ b/lt.js @@ -1,5 +1,5 @@ -import baseLt from './_baseLt.js'; -import createRelationalOperation from './_createRelationalOperation.js'; +import baseLt from './.internal/baseLt.js'; +import createRelationalOperation from './.internal/createRelationalOperation.js'; /** * Checks if `value` is less than `other`. diff --git a/lte.js b/lte.js index aa9ff3e2f4..6747e94394 100644 --- a/lte.js +++ b/lte.js @@ -1,4 +1,4 @@ -import createRelationalOperation from './_createRelationalOperation.js'; +import createRelationalOperation from './.internal/createRelationalOperation.js'; /** * Checks if `value` is less than or equal to `other`. diff --git a/map.js b/map.js index b3a48904d4..97f22b44c6 100644 --- a/map.js +++ b/map.js @@ -1,5 +1,5 @@ -import arrayMap from './_arrayMap.js'; -import baseMap from './_baseMap.js'; +import arrayMap from './.internal/arrayMap.js'; +import baseMap from './.internal/baseMap.js'; /** * Creates an array of values by running each element in `collection` thru diff --git a/mapKeys.js b/mapKeys.js index 1a5e85c0d1..4e7faab7f7 100644 --- a/mapKeys.js +++ b/mapKeys.js @@ -1,5 +1,5 @@ -import baseAssignValue from './_baseAssignValue.js'; -import baseForOwn from './_baseForOwn.js'; +import baseAssignValue from './.internal/baseAssignValue.js'; +import baseForOwn from './.internal/baseForOwn.js'; /** * The opposite of `mapValues`; this method creates an object with the diff --git a/mapValues.js b/mapValues.js index 249e04e381..889ad79e65 100644 --- a/mapValues.js +++ b/mapValues.js @@ -1,5 +1,5 @@ -import baseAssignValue from './_baseAssignValue.js'; -import baseForOwn from './_baseForOwn.js'; +import baseAssignValue from './.internal/baseAssignValue.js'; +import baseForOwn from './.internal/baseForOwn.js'; /** * Creates an object with the same keys as `object` and values generated diff --git a/matches.js b/matches.js index 40185d81ed..d683c47a4d 100644 --- a/matches.js +++ b/matches.js @@ -1,5 +1,5 @@ -import baseClone from './_baseClone.js'; -import baseMatches from './_baseMatches.js'; +import baseClone from './.internal/baseClone.js'; +import baseMatches from './.internal/baseMatches.js'; /** Used to compose bitmasks for cloning. */ const CLONE_DEEP_FLAG = 1; diff --git a/matchesProperty.js b/matchesProperty.js index 3cd7b7a50c..84dab5980d 100644 --- a/matchesProperty.js +++ b/matchesProperty.js @@ -1,5 +1,5 @@ -import baseClone from './_baseClone.js'; -import baseMatchesProperty from './_baseMatchesProperty.js'; +import baseClone from './.internal/baseClone.js'; +import baseMatchesProperty from './.internal/baseMatchesProperty.js'; /** Used to compose bitmasks for cloning. */ const CLONE_DEEP_FLAG = 1; diff --git a/max.js b/max.js index f34f290cc6..da80a47384 100644 --- a/max.js +++ b/max.js @@ -1,5 +1,5 @@ -import baseExtremum from './_baseExtremum.js'; -import baseGt from './_baseGt.js'; +import baseExtremum from './.internal/baseExtremum.js'; +import baseGt from './.internal/baseGt.js'; import identity from './identity.js'; /** diff --git a/maxBy.js b/maxBy.js index daf8a9040d..4e34130695 100644 --- a/maxBy.js +++ b/maxBy.js @@ -1,5 +1,5 @@ -import baseExtremum from './_baseExtremum.js'; -import baseGt from './_baseGt.js'; +import baseExtremum from './.internal/baseExtremum.js'; +import baseGt from './.internal/baseGt.js'; /** * This method is like `max` except that it accepts `iteratee` which is diff --git a/meanBy.js b/meanBy.js index 8880bebfbb..00c27a3fdb 100644 --- a/meanBy.js +++ b/meanBy.js @@ -1,4 +1,4 @@ -import baseSum from './_baseSum.js'; +import baseSum from './.internal/baseSum.js'; /** Used as references for various `Number` constants. */ const NAN = 0 / 0; diff --git a/memoize.js b/memoize.js index 24954bf0ce..b79935f929 100644 --- a/memoize.js +++ b/memoize.js @@ -1,4 +1,4 @@ -import MapCache from './_MapCache.js'; +import MapCache from './.internal/MapCache.js'; /** * Creates a function that memoizes the result of `func`. If `resolver` is diff --git a/merge.js b/merge.js index 10d938e201..210765331d 100644 --- a/merge.js +++ b/merge.js @@ -1,5 +1,5 @@ -import baseMerge from './_baseMerge.js'; -import createAssigner from './_createAssigner.js'; +import baseMerge from './.internal/baseMerge.js'; +import createAssigner from './.internal/createAssigner.js'; /** * This method is like `assign` except that it recursively merges own and diff --git a/mergeWith.js b/mergeWith.js index ed47d51334..f42893e05d 100644 --- a/mergeWith.js +++ b/mergeWith.js @@ -1,5 +1,5 @@ -import baseMerge from './_baseMerge.js'; -import createAssigner from './_createAssigner.js'; +import baseMerge from './.internal/baseMerge.js'; +import createAssigner from './.internal/createAssigner.js'; /** * This method is like `merge` except that it accepts `customizer` which diff --git a/method.js b/method.js index 5064fcc20b..e61cbb36a9 100644 --- a/method.js +++ b/method.js @@ -1,4 +1,4 @@ -import baseInvoke from './_baseInvoke.js'; +import baseInvoke from './.internal/baseInvoke.js'; /** * Creates a function that invokes the method at `path` of a given object. diff --git a/methodOf.js b/methodOf.js index 0e39c8b078..da6d3d28da 100644 --- a/methodOf.js +++ b/methodOf.js @@ -1,4 +1,4 @@ -import baseInvoke from './_baseInvoke.js'; +import baseInvoke from './.internal/baseInvoke.js'; /** * The opposite of `method`; this method creates a function that invokes diff --git a/min.js b/min.js index 38e668e39d..771fbe882d 100644 --- a/min.js +++ b/min.js @@ -1,5 +1,5 @@ -import baseExtremum from './_baseExtremum.js'; -import baseLt from './_baseLt.js'; +import baseExtremum from './.internal/baseExtremum.js'; +import baseLt from './.internal/baseLt.js'; import identity from './identity.js'; /** diff --git a/minBy.js b/minBy.js index 510c15751c..db5878d780 100644 --- a/minBy.js +++ b/minBy.js @@ -1,5 +1,5 @@ -import baseExtremum from './_baseExtremum.js'; -import baseLt from './_baseLt.js'; +import baseExtremum from './.internal/baseExtremum.js'; +import baseLt from './.internal/baseLt.js'; /** * This method is like `min` except that it accepts `iteratee` which is diff --git a/multiply.js b/multiply.js index d985242b1d..c4d3446ca5 100644 --- a/multiply.js +++ b/multiply.js @@ -1,4 +1,4 @@ -import createMathOperation from './_createMathOperation.js'; +import createMathOperation from './.internal/createMathOperation.js'; /** * Multiply two numbers. diff --git a/nth.js b/nth.js index 4897152943..fed722d16f 100644 --- a/nth.js +++ b/nth.js @@ -1,4 +1,4 @@ -import baseNth from './_baseNth.js'; +import baseNth from './.internal/baseNth.js'; import toInteger from './toInteger.js'; /** diff --git a/nthArg.js b/nthArg.js index 7fe1b514d9..444782a541 100644 --- a/nthArg.js +++ b/nthArg.js @@ -1,4 +1,4 @@ -import baseNth from './_baseNth.js'; +import baseNth from './.internal/baseNth.js'; import toInteger from './toInteger.js'; /** diff --git a/orderBy.js b/orderBy.js index 3a4b507759..da0749f2b2 100644 --- a/orderBy.js +++ b/orderBy.js @@ -1,4 +1,4 @@ -import baseOrderBy from './_baseOrderBy.js'; +import baseOrderBy from './.internal/baseOrderBy.js'; /** * This method is like `sortBy` except that it allows specifying the sort diff --git a/over.js b/over.js index d126be939f..de0fab7c30 100644 --- a/over.js +++ b/over.js @@ -1,5 +1,5 @@ -import arrayMap from './_arrayMap.js'; -import createOver from './_createOver.js'; +import arrayMap from './.internal/arrayMap.js'; +import createOver from './.internal/createOver.js'; /** * Creates a function that invokes `iteratees` with the arguments it receives diff --git a/overArgs.js b/overArgs.js index a4ba1d3f68..a1e397be58 100644 --- a/overArgs.js +++ b/overArgs.js @@ -1,5 +1,5 @@ -import apply from './_apply.js'; -import baseFlatten from './_baseFlatten.js'; +import apply from './.internal/apply.js'; +import baseFlatten from './.internal/baseFlatten.js'; /* Built-in method references for those with the same name as other `lodash` methods. */ const nativeMin = Math.min; diff --git a/overEvery.js b/overEvery.js index 7a89b5679f..1932c6767a 100644 --- a/overEvery.js +++ b/overEvery.js @@ -1,5 +1,5 @@ -import arrayEvery from './_arrayEvery.js'; -import createOver from './_createOver.js'; +import arrayEvery from './.internal/arrayEvery.js'; +import createOver from './.internal/createOver.js'; /** * Creates a function that checks if **all** of the `predicates` return diff --git a/overSome.js b/overSome.js index bc8af72c7d..5f0bc12b0e 100644 --- a/overSome.js +++ b/overSome.js @@ -1,5 +1,5 @@ -import arraySome from './_arraySome.js'; -import createOver from './_createOver.js'; +import arraySome from './.internal/arraySome.js'; +import createOver from './.internal/createOver.js'; /** * Creates a function that checks if **any** of the `predicates` return diff --git a/pad.js b/pad.js index 656643d126..4353a71cf5 100644 --- a/pad.js +++ b/pad.js @@ -1,5 +1,5 @@ -import createPadding from './_createPadding.js'; -import stringSize from './_stringSize.js'; +import createPadding from './.internal/createPadding.js'; +import stringSize from './.internal/stringSize.js'; import toInteger from './toInteger.js'; import toString from './toString.js'; diff --git a/padEnd.js b/padEnd.js index efc7aa7e53..49ef4b98c3 100644 --- a/padEnd.js +++ b/padEnd.js @@ -1,5 +1,5 @@ -import createPadding from './_createPadding.js'; -import stringSize from './_stringSize.js'; +import createPadding from './.internal/createPadding.js'; +import stringSize from './.internal/stringSize.js'; import toInteger from './toInteger.js'; import toString from './toString.js'; diff --git a/padStart.js b/padStart.js index 974046a918..9220432e1f 100644 --- a/padStart.js +++ b/padStart.js @@ -1,5 +1,5 @@ -import createPadding from './_createPadding.js'; -import stringSize from './_stringSize.js'; +import createPadding from './.internal/createPadding.js'; +import stringSize from './.internal/stringSize.js'; import toInteger from './toInteger.js'; import toString from './toString.js'; diff --git a/parseInt.js b/parseInt.js index 2021c1024c..fe656442c6 100644 --- a/parseInt.js +++ b/parseInt.js @@ -1,4 +1,4 @@ -import root from './_root.js'; +import root from './.internal/root.js'; import toString from './toString.js'; /** Used to match leading and trailing whitespace. */ diff --git a/partition.js b/partition.js index 00368692e6..3ce0e7def4 100644 --- a/partition.js +++ b/partition.js @@ -1,4 +1,4 @@ -import createAggregator from './_createAggregator.js'; +import createAggregator from './.internal/createAggregator.js'; /** * Creates an array of elements split into two groups, the first of which diff --git a/pick.js b/pick.js index 5fe440d36d..ceeb30bab4 100644 --- a/pick.js +++ b/pick.js @@ -1,4 +1,4 @@ -import basePick from './_basePick.js'; +import basePick from './.internal/basePick.js'; /** * Creates an object composed of the picked `object` properties. diff --git a/pickBy.js b/pickBy.js index 688553a6d1..eb2e021767 100644 --- a/pickBy.js +++ b/pickBy.js @@ -1,6 +1,6 @@ -import arrayMap from './_arrayMap.js'; -import basePickBy from './_basePickBy.js'; -import getAllKeysIn from './_getAllKeysIn.js'; +import arrayMap from './.internal/arrayMap.js'; +import basePickBy from './.internal/basePickBy.js'; +import getAllKeysIn from './.internal/getAllKeysIn.js'; /** * Creates an object composed of the `object` properties `predicate` returns diff --git a/property.js b/property.js index 2645a61c44..8cc51d6090 100644 --- a/property.js +++ b/property.js @@ -1,7 +1,7 @@ -import baseProperty from './_baseProperty.js'; -import basePropertyDeep from './_basePropertyDeep.js'; -import isKey from './_isKey.js'; -import toKey from './_toKey.js'; +import baseProperty from './.internal/baseProperty.js'; +import basePropertyDeep from './.internal/basePropertyDeep.js'; +import isKey from './.internal/isKey.js'; +import toKey from './.internal/toKey.js'; /** * Creates a function that returns the value at `path` of a given object. diff --git a/propertyOf.js b/propertyOf.js index 32b90fcb2a..c4bfa700b7 100644 --- a/propertyOf.js +++ b/propertyOf.js @@ -1,4 +1,4 @@ -import baseGet from './_baseGet.js'; +import baseGet from './.internal/baseGet.js'; /** * The opposite of `property`; this method creates a function that returns diff --git a/pullAll.js b/pullAll.js index 94a23ef8e2..85efdce502 100644 --- a/pullAll.js +++ b/pullAll.js @@ -1,4 +1,4 @@ -import basePullAll from './_basePullAll.js'; +import basePullAll from './.internal/basePullAll.js'; /** * This method is like `pull` except that it accepts an array of values to remove. diff --git a/pullAllBy.js b/pullAllBy.js index 63b4256cde..4822a173a0 100644 --- a/pullAllBy.js +++ b/pullAllBy.js @@ -1,4 +1,4 @@ -import basePullAll from './_basePullAll.js'; +import basePullAll from './.internal/basePullAll.js'; /** * This method is like `pullAll` except that it accepts `iteratee` which is diff --git a/pullAllWith.js b/pullAllWith.js index 16cd4af06e..812295694e 100644 --- a/pullAllWith.js +++ b/pullAllWith.js @@ -1,4 +1,4 @@ -import basePullAll from './_basePullAll.js'; +import basePullAll from './.internal/basePullAll.js'; /** * This method is like `pullAll` except that it accepts `comparator` which diff --git a/pullAt.js b/pullAt.js index c62f0566e5..2849712745 100644 --- a/pullAt.js +++ b/pullAt.js @@ -1,8 +1,8 @@ -import arrayMap from './_arrayMap.js'; -import baseAt from './_baseAt.js'; -import basePullAt from './_basePullAt.js'; -import compareAscending from './_compareAscending.js'; -import isIndex from './_isIndex.js'; +import arrayMap from './.internal/arrayMap.js'; +import baseAt from './.internal/baseAt.js'; +import basePullAt from './.internal/basePullAt.js'; +import compareAscending from './.internal/compareAscending.js'; +import isIndex from './.internal/isIndex.js'; /** * Removes elements from `array` corresponding to `indexes` and returns an diff --git a/random.js b/random.js index 2ca31e693d..62d3858829 100644 --- a/random.js +++ b/random.js @@ -1,5 +1,5 @@ -import baseRandom from './_baseRandom.js'; -import isIterateeCall from './_isIterateeCall.js'; +import baseRandom from './.internal/baseRandom.js'; +import isIterateeCall from './.internal/isIterateeCall.js'; import toFinite from './toFinite.js'; /** Built-in method references without a dependency on `root`. */ diff --git a/range.js b/range.js index a6fe29e0c2..ee7790b4f8 100644 --- a/range.js +++ b/range.js @@ -1,4 +1,4 @@ -import createRange from './_createRange.js'; +import createRange from './.internal/createRange.js'; /** * Creates an array of numbers (positive and/or negative) progressing from diff --git a/rangeRight.js b/rangeRight.js index e8f9821809..836faf4eca 100644 --- a/rangeRight.js +++ b/rangeRight.js @@ -1,4 +1,4 @@ -import createRange from './_createRange.js'; +import createRange from './.internal/createRange.js'; /** * This method is like `range` except that it populates values in diff --git a/rearg.js b/rearg.js index 917bdecc7d..70ca195ba3 100644 --- a/rearg.js +++ b/rearg.js @@ -1,4 +1,4 @@ -import createWrap from './_createWrap.js'; +import createWrap from './.internal/createWrap.js'; /** Used to compose bitmasks for function metadata. */ const WRAP_REARG_FLAG = 256; diff --git a/reduce.js b/reduce.js index 858f3f1fe9..072d4c2dcc 100644 --- a/reduce.js +++ b/reduce.js @@ -1,6 +1,6 @@ -import arrayReduce from './_arrayReduce.js'; -import baseEach from './_baseEach.js'; -import baseReduce from './_baseReduce.js'; +import arrayReduce from './.internal/arrayReduce.js'; +import baseEach from './.internal/baseEach.js'; +import baseReduce from './.internal/baseReduce.js'; /** * Reduces `collection` to a value which is the accumulated result of running diff --git a/reduceRight.js b/reduceRight.js index 1c10f8bf76..1f9d8307f0 100644 --- a/reduceRight.js +++ b/reduceRight.js @@ -1,6 +1,6 @@ -import arrayReduceRight from './_arrayReduceRight.js'; -import baseEachRight from './_baseEachRight.js'; -import baseReduce from './_baseReduce.js'; +import arrayReduceRight from './.internal/arrayReduceRight.js'; +import baseEachRight from './.internal/baseEachRight.js'; +import baseReduce from './.internal/baseReduce.js'; /** * This method is like `reduce` except that it iterates over elements of diff --git a/reject.js b/reject.js index fd28b9b3be..70fd66af45 100644 --- a/reject.js +++ b/reject.js @@ -1,5 +1,5 @@ -import arrayFilter from './_arrayFilter.js'; -import baseFilter from './_baseFilter.js'; +import arrayFilter from './.internal/arrayFilter.js'; +import baseFilter from './.internal/baseFilter.js'; import negate from './negate.js'; /** diff --git a/remove.js b/remove.js index aea6c687c7..9c75e5fc16 100644 --- a/remove.js +++ b/remove.js @@ -1,4 +1,4 @@ -import basePullAt from './_basePullAt.js'; +import basePullAt from './.internal/basePullAt.js'; /** * Removes all elements from `array` that `predicate` returns truthy for diff --git a/repeat.js b/repeat.js index 4a0a40e278..dbd69dc9ba 100644 --- a/repeat.js +++ b/repeat.js @@ -1,5 +1,5 @@ -import baseRepeat from './_baseRepeat.js'; -import isIterateeCall from './_isIterateeCall.js'; +import baseRepeat from './.internal/baseRepeat.js'; +import isIterateeCall from './.internal/isIterateeCall.js'; import toInteger from './toInteger.js'; import toString from './toString.js'; diff --git a/result.js b/result.js index ffb7116ba0..0bdf25e26d 100644 --- a/result.js +++ b/result.js @@ -1,6 +1,6 @@ -import castPath from './_castPath.js'; +import castPath from './.internal/castPath.js'; import isFunction from './isFunction.js'; -import toKey from './_toKey.js'; +import toKey from './.internal/toKey.js'; /** * This method is like `get` except that if the resolved value is a diff --git a/round.js b/round.js index 9ca09ec54d..9c91576e9f 100644 --- a/round.js +++ b/round.js @@ -1,4 +1,4 @@ -import createRound from './_createRound.js'; +import createRound from './.internal/createRound.js'; /** * Computes `number` rounded to `precision`. diff --git a/sample.js b/sample.js index 27ed1608be..965c151454 100644 --- a/sample.js +++ b/sample.js @@ -1,5 +1,5 @@ -import arraySample from './_arraySample.js'; -import baseSample from './_baseSample.js'; +import arraySample from './.internal/arraySample.js'; +import baseSample from './.internal/baseSample.js'; /** * Gets a random element from `collection`. diff --git a/sampleSize.js b/sampleSize.js index ffd414dea1..59d1b4f147 100644 --- a/sampleSize.js +++ b/sampleSize.js @@ -1,6 +1,6 @@ -import arraySampleSize from './_arraySampleSize.js'; -import baseSampleSize from './_baseSampleSize.js'; -import isIterateeCall from './_isIterateeCall.js'; +import arraySampleSize from './.internal/arraySampleSize.js'; +import baseSampleSize from './.internal/baseSampleSize.js'; +import isIterateeCall from './.internal/isIterateeCall.js'; import toInteger from './toInteger.js'; /** diff --git a/set.js b/set.js index 4a1baab427..4e1f379803 100644 --- a/set.js +++ b/set.js @@ -1,4 +1,4 @@ -import baseSet from './_baseSet.js'; +import baseSet from './.internal/baseSet.js'; /** * Sets the value at `path` of `object`. If a portion of `path` doesn't exist, diff --git a/setWith.js b/setWith.js index 6cfe2189b6..32e66f3ccc 100644 --- a/setWith.js +++ b/setWith.js @@ -1,4 +1,4 @@ -import baseSet from './_baseSet.js'; +import baseSet from './.internal/baseSet.js'; /** * This method is like `set` except that it accepts `customizer` which is diff --git a/shuffle.js b/shuffle.js index 2aa0e4bbc9..ead893a3d3 100644 --- a/shuffle.js +++ b/shuffle.js @@ -1,5 +1,5 @@ -import arrayShuffle from './_arrayShuffle.js'; -import baseShuffle from './_baseShuffle.js'; +import arrayShuffle from './.internal/arrayShuffle.js'; +import baseShuffle from './.internal/baseShuffle.js'; /** * Creates an array of shuffled values, using a version of the diff --git a/size.js b/size.js index 9a41ffc5e5..18726e7031 100644 --- a/size.js +++ b/size.js @@ -1,8 +1,8 @@ -import baseKeys from './_baseKeys.js'; -import getTag from './_getTag.js'; +import baseKeys from './.internal/baseKeys.js'; +import getTag from './.internal/getTag.js'; import isArrayLike from './isArrayLike.js'; import isString from './isString.js'; -import stringSize from './_stringSize.js'; +import stringSize from './.internal/stringSize.js'; /** `Object#toString` result references. */ const mapTag = '[object Map]'; diff --git a/slice.js b/slice.js index 1a59411daa..6471d3b757 100644 --- a/slice.js +++ b/slice.js @@ -1,5 +1,5 @@ -import baseSlice from './_baseSlice.js'; -import isIterateeCall from './_isIterateeCall.js'; +import baseSlice from './.internal/baseSlice.js'; +import isIterateeCall from './.internal/isIterateeCall.js'; import toInteger from './toInteger.js'; /** diff --git a/snakeCase.js b/snakeCase.js index 515e3dfa28..be8cf30a86 100644 --- a/snakeCase.js +++ b/snakeCase.js @@ -1,4 +1,4 @@ -import createCompounder from './_createCompounder.js'; +import createCompounder from './.internal/createCompounder.js'; /** * Converts `string` to diff --git a/some.js b/some.js index e9847c7547..57f0ccbc0a 100644 --- a/some.js +++ b/some.js @@ -1,6 +1,6 @@ -import arraySome from './_arraySome.js'; -import baseSome from './_baseSome.js'; -import isIterateeCall from './_isIterateeCall.js'; +import arraySome from './.internal/arraySome.js'; +import baseSome from './.internal/baseSome.js'; +import isIterateeCall from './.internal/isIterateeCall.js'; /** * Checks if `predicate` returns truthy for **any** element of `collection`. diff --git a/sortedIndex.js b/sortedIndex.js index 8566205825..6f127b2d3b 100644 --- a/sortedIndex.js +++ b/sortedIndex.js @@ -1,4 +1,4 @@ -import baseSortedIndex from './_baseSortedIndex.js'; +import baseSortedIndex from './.internal/baseSortedIndex.js'; /** * Uses a binary search to determine the lowest index at which `value` diff --git a/sortedIndexBy.js b/sortedIndexBy.js index b45021ea25..bdcc0557c8 100644 --- a/sortedIndexBy.js +++ b/sortedIndexBy.js @@ -1,4 +1,4 @@ -import baseSortedIndexBy from './_baseSortedIndexBy.js'; +import baseSortedIndexBy from './.internal/baseSortedIndexBy.js'; /** * This method is like `sortedIndex` except that it accepts `iteratee` diff --git a/sortedIndexOf.js b/sortedIndexOf.js index 48f1d38ff1..636e266e88 100644 --- a/sortedIndexOf.js +++ b/sortedIndexOf.js @@ -1,4 +1,4 @@ -import baseSortedIndex from './_baseSortedIndex.js'; +import baseSortedIndex from './.internal/baseSortedIndex.js'; import eq from './eq.js'; /** diff --git a/sortedLastIndex.js b/sortedLastIndex.js index 9a5496abe1..74ea413022 100644 --- a/sortedLastIndex.js +++ b/sortedLastIndex.js @@ -1,4 +1,4 @@ -import baseSortedIndex from './_baseSortedIndex.js'; +import baseSortedIndex from './.internal/baseSortedIndex.js'; /** * This method is like `sortedIndex` except that it returns the highest diff --git a/sortedLastIndexBy.js b/sortedLastIndexBy.js index 88d538b250..ce900ac224 100644 --- a/sortedLastIndexBy.js +++ b/sortedLastIndexBy.js @@ -1,4 +1,4 @@ -import baseSortedIndexBy from './_baseSortedIndexBy.js'; +import baseSortedIndexBy from './.internal/baseSortedIndexBy.js'; /** * This method is like `sortedLastIndex` except that it accepts `iteratee` diff --git a/sortedLastIndexOf.js b/sortedLastIndexOf.js index 166b774453..83074e13aa 100644 --- a/sortedLastIndexOf.js +++ b/sortedLastIndexOf.js @@ -1,4 +1,4 @@ -import baseSortedIndex from './_baseSortedIndex.js'; +import baseSortedIndex from './.internal/baseSortedIndex.js'; import eq from './eq.js'; /** diff --git a/sortedUniq.js b/sortedUniq.js index 149c32a48f..5975fb743a 100644 --- a/sortedUniq.js +++ b/sortedUniq.js @@ -1,4 +1,4 @@ -import baseSortedUniq from './_baseSortedUniq.js'; +import baseSortedUniq from './.internal/baseSortedUniq.js'; /** * This method is like `uniq` except that it's designed and optimized diff --git a/sortedUniqBy.js b/sortedUniqBy.js index 8c8c56302a..a58ebc00be 100644 --- a/sortedUniqBy.js +++ b/sortedUniqBy.js @@ -1,4 +1,4 @@ -import baseSortedUniq from './_baseSortedUniq.js'; +import baseSortedUniq from './.internal/baseSortedUniq.js'; /** * This method is like `uniqBy` except that it's designed and optimized diff --git a/split.js b/split.js index 433149e4c5..7b162b682e 100644 --- a/split.js +++ b/split.js @@ -1,9 +1,9 @@ -import baseToString from './_baseToString.js'; -import castSlice from './_castSlice.js'; -import hasUnicode from './_hasUnicode.js'; -import isIterateeCall from './_isIterateeCall.js'; +import baseToString from './.internal/baseToString.js'; +import castSlice from './.internal/castSlice.js'; +import hasUnicode from './.internal/hasUnicode.js'; +import isIterateeCall from './.internal/isIterateeCall.js'; import isRegExp from './isRegExp.js'; -import stringToArray from './_stringToArray.js'; +import stringToArray from './.internal/stringToArray.js'; import toString from './toString.js'; /** Used as references for the maximum length and index of an array. */ diff --git a/spread.js b/spread.js index 4add759f77..367a9c16ce 100644 --- a/spread.js +++ b/spread.js @@ -1,6 +1,6 @@ -import apply from './_apply.js'; -import arrayPush from './_arrayPush.js'; -import castSlice from './_castSlice.js'; +import apply from './.internal/apply.js'; +import arrayPush from './.internal/arrayPush.js'; +import castSlice from './.internal/castSlice.js'; import toInteger from './toInteger.js'; /* Built-in method references for those with the same name as other `lodash` methods. */ diff --git a/startCase.js b/startCase.js index 2965070ba6..40049b1c6e 100644 --- a/startCase.js +++ b/startCase.js @@ -1,4 +1,4 @@ -import createCompounder from './_createCompounder.js'; +import createCompounder from './.internal/createCompounder.js'; import upperFirst from './upperFirst.js'; /** diff --git a/startsWith.js b/startsWith.js index 962897379f..ed8f5e545b 100644 --- a/startsWith.js +++ b/startsWith.js @@ -1,5 +1,5 @@ -import baseClamp from './_baseClamp.js'; -import baseToString from './_baseToString.js'; +import baseClamp from './.internal/baseClamp.js'; +import baseToString from './.internal/baseToString.js'; import toInteger from './toInteger.js'; import toString from './toString.js'; diff --git a/subtract.js b/subtract.js index a7a5be755b..d84cabaa76 100644 --- a/subtract.js +++ b/subtract.js @@ -1,4 +1,4 @@ -import createMathOperation from './_createMathOperation.js'; +import createMathOperation from './.internal/createMathOperation.js'; /** * Subtract two numbers. diff --git a/sum.js b/sum.js index 41d99f16c2..86f27d0424 100644 --- a/sum.js +++ b/sum.js @@ -1,4 +1,4 @@ -import baseSum from './_baseSum.js'; +import baseSum from './.internal/baseSum.js'; import identity from './identity.js'; /** diff --git a/sumBy.js b/sumBy.js index 883550e694..a7b9ae2501 100644 --- a/sumBy.js +++ b/sumBy.js @@ -1,4 +1,4 @@ -import baseSum from './_baseSum.js'; +import baseSum from './.internal/baseSum.js'; /** * This method is like `sum` except that it accepts `iteratee` which is diff --git a/tail.js b/tail.js index 9860fab62a..688b0403ba 100644 --- a/tail.js +++ b/tail.js @@ -1,4 +1,4 @@ -import baseSlice from './_baseSlice.js'; +import baseSlice from './.internal/baseSlice.js'; /** * Gets all but the first element of `array`. diff --git a/take.js b/take.js index 16b54103b7..aed60b5eed 100644 --- a/take.js +++ b/take.js @@ -1,4 +1,4 @@ -import baseSlice from './_baseSlice.js'; +import baseSlice from './.internal/baseSlice.js'; import toInteger from './toInteger.js'; /** diff --git a/takeRight.js b/takeRight.js index 0d61cb091f..ba3b0cc6be 100644 --- a/takeRight.js +++ b/takeRight.js @@ -1,4 +1,4 @@ -import baseSlice from './_baseSlice.js'; +import baseSlice from './.internal/baseSlice.js'; import toInteger from './toInteger.js'; /** diff --git a/takeRightWhile.js b/takeRightWhile.js index 08f3bc66d9..d7c9d66632 100644 --- a/takeRightWhile.js +++ b/takeRightWhile.js @@ -1,4 +1,4 @@ -import baseWhile from './_baseWhile.js'; +import baseWhile from './.internal/baseWhile.js'; /** * Creates a slice of `array` with elements taken from the end. Elements are diff --git a/takeWhile.js b/takeWhile.js index fcb0796fbd..54d3e62fea 100644 --- a/takeWhile.js +++ b/takeWhile.js @@ -1,4 +1,4 @@ -import baseWhile from './_baseWhile.js'; +import baseWhile from './.internal/baseWhile.js'; /** * Creates a slice of `array` with elements taken from the beginning. Elements diff --git a/template.js b/template.js index 1a691b632b..826aa3b78b 100644 --- a/template.js +++ b/template.js @@ -1,12 +1,12 @@ import assignInWith from './assignInWith.js'; import attempt from './attempt.js'; -import baseValues from './_baseValues.js'; -import customDefaultsAssignIn from './_customDefaultsAssignIn.js'; -import escapeStringChar from './_escapeStringChar.js'; +import baseValues from './.internal/baseValues.js'; +import customDefaultsAssignIn from './.internal/customDefaultsAssignIn.js'; +import escapeStringChar from './.internal/escapeStringChar.js'; import isError from './isError.js'; -import isIterateeCall from './_isIterateeCall.js'; +import isIterateeCall from './.internal/isIterateeCall.js'; import keys from './keys.js'; -import reInterpolate from './_reInterpolate.js'; +import reInterpolate from './.internal/reInterpolate.js'; import templateSettings from './templateSettings.js'; import toString from './toString.js'; diff --git a/templateSettings.js b/templateSettings.js index 4d7473de74..06d9792acc 100644 --- a/templateSettings.js +++ b/templateSettings.js @@ -1,7 +1,7 @@ import escape from './escape.js'; -import reEscape from './_reEscape.js'; -import reEvaluate from './_reEvaluate.js'; -import reInterpolate from './_reInterpolate.js'; +import reEscape from './.internal/reEscape.js'; +import reEvaluate from './.internal/reEvaluate.js'; +import reInterpolate from './.internal/reInterpolate.js'; /** * By default, the template delimiters used by lodash are like those in diff --git a/times.js b/times.js index 68785fc5d9..ce22a168c4 100644 --- a/times.js +++ b/times.js @@ -1,4 +1,4 @@ -import baseTimes from './_baseTimes.js'; +import baseTimes from './.internal/baseTimes.js'; import toInteger from './toInteger.js'; /** Used as references for various `Number` constants. */ diff --git a/toArray.js b/toArray.js index b1213a176c..39b3b0d999 100644 --- a/toArray.js +++ b/toArray.js @@ -1,11 +1,11 @@ -import copyArray from './_copyArray.js'; -import getTag from './_getTag.js'; +import copyArray from './.internal/copyArray.js'; +import getTag from './.internal/getTag.js'; import isArrayLike from './isArrayLike.js'; import isString from './isString.js'; -import iteratorToArray from './_iteratorToArray.js'; -import mapToArray from './_mapToArray.js'; -import setToArray from './_setToArray.js'; -import stringToArray from './_stringToArray.js'; +import iteratorToArray from './.internal/iteratorToArray.js'; +import mapToArray from './.internal/mapToArray.js'; +import setToArray from './.internal/setToArray.js'; +import stringToArray from './.internal/stringToArray.js'; import values from './values.js'; /** `Object#toString` result references. */ diff --git a/toLength.js b/toLength.js index 271b582ded..876357c17f 100644 --- a/toLength.js +++ b/toLength.js @@ -1,4 +1,4 @@ -import baseClamp from './_baseClamp.js'; +import baseClamp from './.internal/baseClamp.js'; import toInteger from './toInteger.js'; /** Used as references for the maximum length and index of an array. */ diff --git a/toPairs.js b/toPairs.js index 008e25fb0f..802d00066f 100644 --- a/toPairs.js +++ b/toPairs.js @@ -1,4 +1,4 @@ -import createToPairs from './_createToPairs.js'; +import createToPairs from './.internal/createToPairs.js'; import keys from './keys.js'; /** diff --git a/toPairsIn.js b/toPairsIn.js index 19e2e177ff..b359f62f8d 100644 --- a/toPairsIn.js +++ b/toPairsIn.js @@ -1,4 +1,4 @@ -import createToPairs from './_createToPairs.js'; +import createToPairs from './.internal/createToPairs.js'; import keysIn from './keysIn.js'; /** diff --git a/toPath.js b/toPath.js index e03bec4439..2e5a395916 100644 --- a/toPath.js +++ b/toPath.js @@ -1,8 +1,8 @@ -import arrayMap from './_arrayMap.js'; -import copyArray from './_copyArray.js'; +import arrayMap from './.internal/arrayMap.js'; +import copyArray from './.internal/copyArray.js'; import isSymbol from './isSymbol.js'; -import stringToPath from './_stringToPath.js'; -import toKey from './_toKey.js'; +import stringToPath from './.internal/stringToPath.js'; +import toKey from './.internal/toKey.js'; import toString from './toString.js'; /** diff --git a/toPlainObject.js b/toPlainObject.js index b8d555b254..75e727ddee 100644 --- a/toPlainObject.js +++ b/toPlainObject.js @@ -1,4 +1,4 @@ -import copyObject from './_copyObject.js'; +import copyObject from './.internal/copyObject.js'; import keysIn from './keysIn.js'; /** diff --git a/toSafeInteger.js b/toSafeInteger.js index 42578d9638..2e0bf0fb5d 100644 --- a/toSafeInteger.js +++ b/toSafeInteger.js @@ -1,4 +1,4 @@ -import baseClamp from './_baseClamp.js'; +import baseClamp from './.internal/baseClamp.js'; import toInteger from './toInteger.js'; /** Used as references for various `Number` constants. */ diff --git a/toString.js b/toString.js index 01ad4302ba..bf33df711e 100644 --- a/toString.js +++ b/toString.js @@ -1,4 +1,4 @@ -import baseToString from './_baseToString.js'; +import baseToString from './.internal/baseToString.js'; /** * Converts `value` to a string. An empty string is returned for `null` diff --git a/transform.js b/transform.js index 9b713f31d1..8c4c713ac9 100644 --- a/transform.js +++ b/transform.js @@ -1,7 +1,7 @@ -import arrayEach from './_arrayEach.js'; -import baseCreate from './_baseCreate.js'; -import baseForOwn from './_baseForOwn.js'; -import getPrototype from './_getPrototype.js'; +import arrayEach from './.internal/arrayEach.js'; +import baseCreate from './.internal/baseCreate.js'; +import baseForOwn from './.internal/baseForOwn.js'; +import getPrototype from './.internal/getPrototype.js'; import isBuffer from './isBuffer.js'; import isFunction from './isFunction.js'; import isObject from './isObject.js'; diff --git a/trim.js b/trim.js index a268c2c6cc..561179b2ba 100644 --- a/trim.js +++ b/trim.js @@ -1,8 +1,8 @@ -import baseToString from './_baseToString.js'; -import castSlice from './_castSlice.js'; -import charsEndIndex from './_charsEndIndex.js'; -import charsStartIndex from './_charsStartIndex.js'; -import stringToArray from './_stringToArray.js'; +import baseToString from './.internal/baseToString.js'; +import castSlice from './.internal/castSlice.js'; +import charsEndIndex from './.internal/charsEndIndex.js'; +import charsStartIndex from './.internal/charsStartIndex.js'; +import stringToArray from './.internal/stringToArray.js'; import toString from './toString.js'; /** Used to match leading and trailing whitespace. */ diff --git a/trimEnd.js b/trimEnd.js index c8ad3ba87a..683be76a26 100644 --- a/trimEnd.js +++ b/trimEnd.js @@ -1,7 +1,7 @@ -import baseToString from './_baseToString.js'; -import castSlice from './_castSlice.js'; -import charsEndIndex from './_charsEndIndex.js'; -import stringToArray from './_stringToArray.js'; +import baseToString from './.internal/baseToString.js'; +import castSlice from './.internal/castSlice.js'; +import charsEndIndex from './.internal/charsEndIndex.js'; +import stringToArray from './.internal/stringToArray.js'; import toString from './toString.js'; /** Used to match leading and trailing whitespace. */ diff --git a/trimStart.js b/trimStart.js index 4c2ac57513..67386e44a0 100644 --- a/trimStart.js +++ b/trimStart.js @@ -1,7 +1,7 @@ -import baseToString from './_baseToString.js'; -import castSlice from './_castSlice.js'; -import charsStartIndex from './_charsStartIndex.js'; -import stringToArray from './_stringToArray.js'; +import baseToString from './.internal/baseToString.js'; +import castSlice from './.internal/castSlice.js'; +import charsStartIndex from './.internal/charsStartIndex.js'; +import stringToArray from './.internal/stringToArray.js'; import toString from './toString.js'; /** Used to match leading and trailing whitespace. */ diff --git a/truncate.js b/truncate.js index 99ec15cac4..9e286ad399 100644 --- a/truncate.js +++ b/truncate.js @@ -1,10 +1,10 @@ -import baseToString from './_baseToString.js'; -import castSlice from './_castSlice.js'; -import hasUnicode from './_hasUnicode.js'; +import baseToString from './.internal/baseToString.js'; +import castSlice from './.internal/castSlice.js'; +import hasUnicode from './.internal/hasUnicode.js'; import isObject from './isObject.js'; import isRegExp from './isRegExp.js'; -import stringSize from './_stringSize.js'; -import stringToArray from './_stringToArray.js'; +import stringSize from './.internal/stringSize.js'; +import stringToArray from './.internal/stringToArray.js'; import toInteger from './toInteger.js'; import toString from './toString.js'; diff --git a/unescape.js b/unescape.js index c915ba818d..9839a11ef1 100644 --- a/unescape.js +++ b/unescape.js @@ -1,5 +1,5 @@ import toString from './toString.js'; -import unescapeHtmlChar from './_unescapeHtmlChar.js'; +import unescapeHtmlChar from './.internal/unescapeHtmlChar.js'; /** Used to match HTML entities and HTML characters. */ const reEscapedHtml = /&(?:amp|lt|gt|quot|#39);/g; diff --git a/union.js b/union.js index 8916c61425..0d437df3c6 100644 --- a/union.js +++ b/union.js @@ -1,5 +1,5 @@ -import baseFlatten from './_baseFlatten.js'; -import baseUniq from './_baseUniq.js'; +import baseFlatten from './.internal/baseFlatten.js'; +import baseUniq from './.internal/baseUniq.js'; import isArrayLikeObject from './isArrayLikeObject.js'; /** diff --git a/unionBy.js b/unionBy.js index f65a1af141..26e816d3e2 100644 --- a/unionBy.js +++ b/unionBy.js @@ -1,5 +1,5 @@ -import baseFlatten from './_baseFlatten.js'; -import baseUniq from './_baseUniq.js'; +import baseFlatten from './.internal/baseFlatten.js'; +import baseUniq from './.internal/baseUniq.js'; import isArrayLikeObject from './isArrayLikeObject.js'; import last from './last.js'; diff --git a/unionWith.js b/unionWith.js index d7d529a3b2..808b787510 100644 --- a/unionWith.js +++ b/unionWith.js @@ -1,5 +1,5 @@ -import baseFlatten from './_baseFlatten.js'; -import baseUniq from './_baseUniq.js'; +import baseFlatten from './.internal/baseFlatten.js'; +import baseUniq from './.internal/baseUniq.js'; import isArrayLikeObject from './isArrayLikeObject.js'; import last from './last.js'; diff --git a/uniq.js b/uniq.js index e1a4401dfc..e02d7e8508 100644 --- a/uniq.js +++ b/uniq.js @@ -1,4 +1,4 @@ -import baseUniq from './_baseUniq.js'; +import baseUniq from './.internal/baseUniq.js'; /** * Creates a duplicate-free version of an array, using diff --git a/uniqBy.js b/uniqBy.js index 48082ff7d9..7bd515f4c5 100644 --- a/uniqBy.js +++ b/uniqBy.js @@ -1,4 +1,4 @@ -import baseUniq from './_baseUniq.js'; +import baseUniq from './.internal/baseUniq.js'; /** * This method is like `uniq` except that it accepts `iteratee` which is diff --git a/uniqWith.js b/uniqWith.js index 1597967b2b..0e46a4bd02 100644 --- a/uniqWith.js +++ b/uniqWith.js @@ -1,4 +1,4 @@ -import baseUniq from './_baseUniq.js'; +import baseUniq from './.internal/baseUniq.js'; /** * This method is like `uniq` except that it accepts `comparator` which diff --git a/unset.js b/unset.js index c69e5c84e8..16e1826f09 100644 --- a/unset.js +++ b/unset.js @@ -1,4 +1,4 @@ -import baseUnset from './_baseUnset.js'; +import baseUnset from './.internal/baseUnset.js'; /** * Removes the property at `path` of `object`. diff --git a/unzip.js b/unzip.js index bc837baa1d..509e03ffcc 100644 --- a/unzip.js +++ b/unzip.js @@ -1,7 +1,7 @@ -import arrayFilter from './_arrayFilter.js'; -import arrayMap from './_arrayMap.js'; -import baseProperty from './_baseProperty.js'; -import baseTimes from './_baseTimes.js'; +import arrayFilter from './.internal/arrayFilter.js'; +import arrayMap from './.internal/arrayMap.js'; +import baseProperty from './.internal/baseProperty.js'; +import baseTimes from './.internal/baseTimes.js'; import isArrayLikeObject from './isArrayLikeObject.js'; /* Built-in method references for those with the same name as other `lodash` methods. */ diff --git a/unzipWith.js b/unzipWith.js index aa02beab37..f572632609 100644 --- a/unzipWith.js +++ b/unzipWith.js @@ -1,5 +1,5 @@ -import apply from './_apply.js'; -import arrayMap from './_arrayMap.js'; +import apply from './.internal/apply.js'; +import arrayMap from './.internal/arrayMap.js'; import unzip from './unzip.js'; /** diff --git a/update.js b/update.js index ec3c9821ad..1c1f36e44e 100644 --- a/update.js +++ b/update.js @@ -1,4 +1,4 @@ -import baseUpdate from './_baseUpdate.js'; +import baseUpdate from './.internal/baseUpdate.js'; /** * This method is like `set` except that accepts `updater` to produce the diff --git a/updateWith.js b/updateWith.js index 900ac734bf..9243e44a9d 100644 --- a/updateWith.js +++ b/updateWith.js @@ -1,4 +1,4 @@ -import baseUpdate from './_baseUpdate.js'; +import baseUpdate from './.internal/baseUpdate.js'; /** * This method is like `update` except that it accepts `customizer` which is diff --git a/upperCase.js b/upperCase.js index 70124c5e5c..d3f92288f1 100644 --- a/upperCase.js +++ b/upperCase.js @@ -1,4 +1,4 @@ -import createCompounder from './_createCompounder.js'; +import createCompounder from './.internal/createCompounder.js'; /** * Converts `string`, as space separated words, to upper case. diff --git a/upperFirst.js b/upperFirst.js index 5def71a900..b2abbe85bc 100644 --- a/upperFirst.js +++ b/upperFirst.js @@ -1,4 +1,4 @@ -import createCaseFirst from './_createCaseFirst.js'; +import createCaseFirst from './.internal/createCaseFirst.js'; /** * Converts the first character of `string` to upper case. diff --git a/values.js b/values.js index f73837d273..1e501f15dd 100644 --- a/values.js +++ b/values.js @@ -1,4 +1,4 @@ -import baseValues from './_baseValues.js'; +import baseValues from './.internal/baseValues.js'; import keys from './keys.js'; /** diff --git a/valuesIn.js b/valuesIn.js index 0829fcdbdb..863507b872 100644 --- a/valuesIn.js +++ b/valuesIn.js @@ -1,4 +1,4 @@ -import baseValues from './_baseValues.js'; +import baseValues from './.internal/baseValues.js'; import keysIn from './keysIn.js'; /** diff --git a/without.js b/without.js index 4d16c85281..d467d51726 100644 --- a/without.js +++ b/without.js @@ -1,4 +1,4 @@ -import baseDifference from './_baseDifference.js'; +import baseDifference from './.internal/baseDifference.js'; import isArrayLikeObject from './isArrayLikeObject.js'; /** diff --git a/words.js b/words.js index 47947ea7cd..abfa317b41 100644 --- a/words.js +++ b/words.js @@ -1,7 +1,7 @@ -import asciiWords from './_asciiWords.js'; -import hasUnicodeWord from './_hasUnicodeWord.js'; +import asciiWords from './.internal/asciiWords.js'; +import hasUnicodeWord from './.internal/hasUnicodeWord.js'; import toString from './toString.js'; -import unicodeWords from './_unicodeWords.js'; +import unicodeWords from './.internal/unicodeWords.js'; /** * Splits `string` into an array of its words. diff --git a/xor.js b/xor.js index 9e11763a16..dcdc82495e 100644 --- a/xor.js +++ b/xor.js @@ -1,5 +1,5 @@ -import arrayFilter from './_arrayFilter.js'; -import baseXor from './_baseXor.js'; +import arrayFilter from './.internal/arrayFilter.js'; +import baseXor from './.internal/baseXor.js'; import isArrayLikeObject from './isArrayLikeObject.js'; /** diff --git a/xorBy.js b/xorBy.js index 4d989bfc00..358d629c20 100644 --- a/xorBy.js +++ b/xorBy.js @@ -1,5 +1,5 @@ -import arrayFilter from './_arrayFilter.js'; -import baseXor from './_baseXor.js'; +import arrayFilter from './.internal/arrayFilter.js'; +import baseXor from './.internal/baseXor.js'; import isArrayLikeObject from './isArrayLikeObject.js'; import last from './last.js'; diff --git a/xorWith.js b/xorWith.js index c9dd9d3e29..b5f6a8c21d 100644 --- a/xorWith.js +++ b/xorWith.js @@ -1,5 +1,5 @@ -import arrayFilter from './_arrayFilter.js'; -import baseXor from './_baseXor.js'; +import arrayFilter from './.internal/arrayFilter.js'; +import baseXor from './.internal/baseXor.js'; import isArrayLikeObject from './isArrayLikeObject.js'; import last from './last.js'; diff --git a/zipObject.js b/zipObject.js index 25781fbe86..9c4c17dd6e 100644 --- a/zipObject.js +++ b/zipObject.js @@ -1,5 +1,5 @@ -import assignValue from './_assignValue.js'; -import baseZipObject from './_baseZipObject.js'; +import assignValue from './.internal/assignValue.js'; +import baseZipObject from './.internal/baseZipObject.js'; /** * This method is like `fromPairs` except that it accepts two arrays, diff --git a/zipObjectDeep.js b/zipObjectDeep.js index 4b251031c0..44068b56a2 100644 --- a/zipObjectDeep.js +++ b/zipObjectDeep.js @@ -1,5 +1,5 @@ -import baseSet from './_baseSet.js'; -import baseZipObject from './_baseZipObject.js'; +import baseSet from './.internal/baseSet.js'; +import baseZipObject from './.internal/baseZipObject.js'; /** * This method is like `zipObject` except that it supports property paths.