Added new transpilers section and links. (#807)

* Added new category and suggestion as example

* Added reference in content list

* Update README.md

---------

Co-authored-by: Gökay Gürcan <github@gokaygurcan.com>
This commit is contained in:
Carlos Fernandez Cabrero
2023-06-22 11:28:54 +02:00
committed by GitHub
parent e27b03b028
commit f54cf284aa

View File

@@ -6,6 +6,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
* [Package Managers](#package-managers) * [Package Managers](#package-managers)
* [Component management](#component-management) * [Component management](#component-management)
* [Loaders](#loaders) * [Loaders](#loaders)
* [Transpilers](#transpilers)
* [Bundlers](#bundlers) * [Bundlers](#bundlers)
* [Minimizers](#minimizers) * [Minimizers](#minimizers)
* [Type Checkers](#type-checkers) * [Type Checkers](#type-checkers)
@@ -114,6 +115,11 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
* [ESL](https://github.com/ecomfe/esl) - Module loader browser first, support lazy define and AMD. * [ESL](https://github.com/ecomfe/esl) - Module loader browser first, support lazy define and AMD.
* [modulejs](https://github.com/lrsjng/modulejs) - Lightweight JavaScript module system. * [modulejs](https://github.com/lrsjng/modulejs) - Lightweight JavaScript module system.
## Transpilers
*Software that converts the modern JavaScript syntax into the older JavaScript syntax.*
* [SWC](https://swc.rs/) - Extensible Rust-based platform for compilation.
## Bundlers ## Bundlers
* [webpack](https://github.com/webpack/webpack) - Packs CommonJs/AMD modules for the browser. * [webpack](https://github.com/webpack/webpack) - Packs CommonJs/AMD modules for the browser.