Skip to content

Commit

Permalink
Merge branch 'master' of github.com:selfrefactor/rambda into 9.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
selfrefactor committed Jan 16, 2025
2 parents 0e1414d + 739ccb8 commit a208cc2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
8 changes: 8 additions & 0 deletions files/NEXT_VERSION_CHECKLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,17 @@ https://github.com/selfrefactor/rambda/discussions/758
---
ABOVE IS DONE
---
<<<<<<< HEAD
let recipes = await readJson(resolve(__dirname, '../assets/recipes.json'))
let instructions = pluck('Instructions' as any, recipes)
---
=======
const filesContent = await mapAsync(async (x) => readJson(x), ALL_WORDS_PATHS.inputs)
instead of
const filesContent = await mapAsync(readJson, ALL_WORDS_PATHS.inputs)


>>>>>>> 739ccb81d2a6d1db5b7c0bba6a705e291f2a6d45
https://github.com/ramda/types/pull/127/files

Expand Down
4 changes: 3 additions & 1 deletion files/NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ still issue with order of rambda.js
===
https://emanuelef.github.io/daily-stars-explorer/#/selfrefactor/rambda
===
https://gitdiagram.com/selfrefactor/rambda
https://gitdiagram.com/selfrefactor/rambda
https://typehero.dev/explore/medium - ref
===

0 comments on commit a208cc2

Please sign in to comment.