From 74ffd069d6417326f847a1887e92bffa0e543939 Mon Sep 17 00:00:00 2001 From: ZAKARIA ELALAOUI <63521765+zakarialaoui10@users.noreply.github.com> Date: Mon, 22 May 2023 13:54:34 +0100 Subject: [PATCH 1/4] add mapfun --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 75d9379..636bb10 100644 --- a/README.md +++ b/README.md @@ -1059,6 +1059,7 @@ https://listjs.com * [Peg.js](https://github.com/pegjs/pegjs) - A simple parser generator for JavaScript that produces fast parsers with excellent error reporting. Usable from your browser, from the command line, or via JavaScript API. * [lune](https://github.com/ryanseys/lune) - Library to calculate the phases of the moon accurately. * [jsemu](https://github.com/fcambus/jsemu) - A list of emulators written in the JavaScript programming language. +* [mapfun](https://www.npmjs.com/package/mapfun) - a mapping function to an infinite number of input elements, with options to skip certain elements and selectively apply the mapping to keys and/or values of objects. ## Podcasts * [Web of Tomorrow](http://www.weboftomorrowpodcast.com/) - Podcast about JavaScript for beginners. From c2db2d390f7451302be14eda81677cc06e6e84ee Mon Sep 17 00:00:00 2001 From: ZAKARIA ELALAOUI <63521765+zakarialaoui10@users.noreply.github.com> Date: Wed, 6 Dec 2023 10:31:23 +0100 Subject: [PATCH 2/4] Add dir2tree library --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bbf6cfb..71c8445 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [Package Managers](#package-managers) * [Component management](#component-management) * [Loaders](#loaders) - * [Transpilers](#transpilers) + * [Transpilers](#transpilers)a * [Bundlers](#bundlers) * [Minimizers](#minimizers) * [Type Checkers](#type-checkers) @@ -1037,7 +1037,9 @@ https://listjs.com * [Peg.js](https://github.com/pegjs/pegjs) - A simple parser generator for JavaScript that produces fast parsers with excellent error reporting. Usable from your browser, from the command line, or via JavaScript API. * [lune](https://github.com/ryanseys/lune) - Library to calculate the phases of the moon accurately. * [jsemu](https://github.com/fcambus/jsemu) - A list of emulators written in the JavaScript programming language. -* [mapfun](https://www.npmjs.com/package/mapfun) - a mapping function to an infinite number of input elements, with options to skip certain elements and selectively apply the mapping to keys and/or values of objects. +* [dir2tree](https://github.com/zakarialaoui10/dir2tree) - a user-friendly Node.js tool for creating organized json tree from a root directory . + + # Worth Reading From c5000ccc7b29478b3e4942ea4b9a57140d60811a Mon Sep 17 00:00:00 2001 From: ZAKARIA ELALAOUI <63521765+zakarialaoui10@users.noreply.github.com> Date: Wed, 6 Dec 2023 10:32:09 +0100 Subject: [PATCH 3/4] Add dir2tree library --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71c8445..6dbc11f 100644 --- a/README.md +++ b/README.md @@ -1037,7 +1037,7 @@ https://listjs.com * [Peg.js](https://github.com/pegjs/pegjs) - A simple parser generator for JavaScript that produces fast parsers with excellent error reporting. Usable from your browser, from the command line, or via JavaScript API. * [lune](https://github.com/ryanseys/lune) - Library to calculate the phases of the moon accurately. * [jsemu](https://github.com/fcambus/jsemu) - A list of emulators written in the JavaScript programming language. -* [dir2tree](https://github.com/zakarialaoui10/dir2tree) - a user-friendly Node.js tool for creating organized json tree from a root directory . +* [dir2tree](https://github.com/zakarialaoui10/dir2tree) - A user-friendly Node.js tool for creating organized json tree from a root directory . From 3e0ae4596f1bad5f62571867865718a4ec897af7 Mon Sep 17 00:00:00 2001 From: ZAKARIA ELALAOUI <63521765+zakarialaoui10@users.noreply.github.com> Date: Wed, 6 Dec 2023 10:34:17 +0100 Subject: [PATCH 4/4] Fix side effect mistake --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6dbc11f..c7d4ed5 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [Package Managers](#package-managers) * [Component management](#component-management) * [Loaders](#loaders) - * [Transpilers](#transpilers)a + * [Transpilers](#transpilers) * [Bundlers](#bundlers) * [Minimizers](#minimizers) * [Type Checkers](#type-checkers)