From 6bdda5b32dbb27164b1d70094b69242314955868 Mon Sep 17 00:00:00 2001 From: Carlos Fernandez Cabrero Date: Thu, 17 Mar 2022 14:34:30 +0100 Subject: [PATCH] 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.