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.