This repository has been archived by the owner on Jan 6, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
🚧 Remove lodash from immutadot package #143
Merged
Merged
Changes from 1 commit
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
c7efb84
:hammer: Remove lodash from fill
frinyvonnick 8fe9856
:hammer: Remove lodash from reverse
frinyvonnick acd2cc8
:hammer: Remove lodash from slice
frinyvonnick 3efc8e1
:hammer: Remove lodash from concat
frinyvonnick 6ebca21
:hammer: Remove lodash from add
frinyvonnick b7ba98c
:hammer: Remove lodash from divide
frinyvonnick d41a0a3
:hammer: Remove lodash from multiply
frinyvonnick 96f33b3
:hammer: Remove lodash from subtract
frinyvonnick ca4e577
:hammer: Remove lodash from replace
frinyvonnick 0cc83b1
:hammer: Remove lodash from assign
frinyvonnick 1660d86
:truck: Move convertLodashFp in immutadot-lodash package
frinyvonnick fbce11d
:construction: Remove concat from ChainWrapper
frinyvonnick e663e45
:construction: Remove omit from ChainWrapper
frinyvonnick 57b749f
:construction: Remove mapValues from ChainWrapper
frinyvonnick 189f790
:construction: Remove flow from ChainWrapper
frinyvonnick 5024a7b
:construction: Remove concat from protect
frinyvonnick b009fb8
:construction: Remove get from protect
frinyvonnick e8fa63c
:construction: Remove isObject from protect
frinyvonnick 9c754d0
:construction: Remove isEmpty from protect
frinyvonnick 6eedc10
:construction: Remove map from using
frinyvonnick ea43778
:construction: Remove head from using
frinyvonnick 9f38048
:construction: Remove concat from using
frinyvonnick 8eac66b
:construction: Remove drop from using
frinyvonnick 12bcc25
:construction: Remove get from using
frinyvonnick fee0325
:construction: Remove mapValues from using
frinyvonnick dc051d6
:construction: Remove omit from using
frinyvonnick ef53036
:construction: Remove isSymbol from using
frinyvonnick f9dc7be
🐛 toPath: Return empty path for nil values
nlepage e9a0cf5
🚧 Remove _.toPath from seq.ChainWrapper
nlepage 25e6f70
♻ Use module resolver for convertLodashFp imports
nlepage b2c4219
♻ Manage non mutating methods in convertArrayMethod
nlepage 68d4380
♻ toPath: Move nil arg concern from allowingArrays to stringToPath
nlepage b9ea095
:rotating_light: fix lint after rebase
nlepage c089577
:fire: Remove util namespace from lodash plugin
frinyvonnick e66179a
:hammer: Remove concat from empty array when uneccessary
frinyvonnick 618b76d
:hammer: Use isSymbol from util/lang
frinyvonnick 11b8249
:hammer: Replace drop by Array.slice
frinyvonnick ab822e0
:rewind: revert convertLodashFp deletion
nlepage 2a64f35
🚚 Rename convert.js to convertLodashFp.js
nlepage e88d826
:heavy_minus_sign: Remove lodash from immutadot package
frinyvonnick 175f1bc
♻ Replace concat one element by destructuring
nlepage 5a9b131
♻ Inline flow in ChainWrapper
nlepage ad75038
♻ Replace omit by destructuring in ChainWrapper
nlepage df9c8b2
♻ Replace mapValues by a for in in ChainWrapper
nlepage 5e1a98b
:recycle: Inline get and isEmpty in protect
frinyvonnick c3cf55a
:truck: Move isObject to util/lang
frinyvonnick 39c03d1
:recycle: Use instanceof instead of typeof for isObject implementation
frinyvonnick ac0288d
♻ Replace omit by destructuring in UsingWrapper
nlepage 93c2b20
♻ Add get to core for usage in UsingWrapper
nlepage a3232f3
💡 core.get documentation
nlepage a85d358
:pencil2: Fix typo in isObject jsdoc
frinyvonnick File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
🚚 Move convertLodashFp in immutadot-lodash package
- Loading branch information
commit 1660d864516c86865dde9d48e0669ec0fbfcf1e1
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/immutadot/src/util/convert.js → ...ages/immutadot-lodash/src/util/convert.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
import { convert } from './convert' | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This import is undefined, only |
||
|
||
/** | ||
* Util functions. | ||
* @namespace util | ||
* @since 1.0.0 | ||
*/ | ||
export { | ||
convert, | ||
} |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure this should be exported