You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
location: 'src/core/List.js' description:
The only reason List is in core is for some specs and use in src/Pair/toPairs. It actually makes more sense to have toPairs return an Array of Pairs. With that done
Task List
Alter toPairs to return Array instead List
Remove/Replace specs using List inside of src/Async/Async.spec.js
Remove/Replace specs using List inside of src/Maybe/find.spec.js
Move implementation from src/core/List.js and src/core/List.spec.js to src/List/index.js and src/List/List.spec.js
Update the documentation
The text was updated successfully, but these errors were encountered:
Description/Location
location: 'src/core/List.js'
description:
The only reason
List
is incore
is for some specs and use insrc/Pair/toPairs
. It actually makes more sense to havetoPairs
return an Array of Pairs. With that doneTask List
toPairs
to returnArray
insteadList
List
inside ofsrc/Async/Async.spec.js
List
inside ofsrc/Maybe/find.spec.js
src/core/List.js
andsrc/core/List.spec.js
tosrc/List/index.js
andsrc/List/List.spec.js
The text was updated successfully, but these errors were encountered: