From 6bdda5b32dbb27164b1d70094b69242314955868 Mon Sep 17 00:00:00 2001 From: Carlos Fernandez Cabrero Date: Thu, 17 Mar 2022 14:34:30 +0100 Subject: [PATCH 1/2] Added new category and suggestion as example --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e9dc15b..1d3b4f4 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,11 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [modulejs](https://github.com/lrsjng/modulejs) - Lightweight JavaScript module system. +## Transpilers + +* [SWC](https://swc.rs/) - Extensible Rust-based platform for compilation. + + ## Bundlers * [webpack](https://github.com/webpack/webpack) - Packs CommonJs/AMD modules for the browser. From 9dd7d5e070399acf139aaa13ba707ead967b69f0 Mon Sep 17 00:00:00 2001 From: Carlos Fernandez Cabrero Date: Thu, 17 Mar 2022 14:41:00 +0100 Subject: [PATCH 2/2] Added reference in content list --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1d3b4f4..6e820a8 100644 --- a/README.md +++ b/README.md @@ -6,6 +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) * [Bundlers](#bundlers) * [Type Checkers](#type-checkers) * [Testing Frameworks](#testing-frameworks) @@ -118,6 +119,8 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ ## Transpilers +*Software that converts the modern javascript syntax into the older javascript syntax.* + * [SWC](https://swc.rs/) - Extensible Rust-based platform for compilation.