Added reference in content list

This commit is contained in:
Carlos Fernandez Cabrero
2022-03-17 14:41:00 +01:00
parent 6bdda5b32d
commit 9dd7d5e070

View File

@@ -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.