Compare commits

...

4 Commits

Author SHA1 Message Date
Carlos Fernandez Cabrero
13be215e74 Merge 49e8c96caa into e27b03b028 2023-06-21 09:34:47 +00:00
Carlos Fernandez Cabrero
49e8c96caa Merge branch 'master' into master 2023-06-21 11:34:36 +02:00
Carlos Fernandez Cabrero
9dd7d5e070 Added reference in content list 2022-03-17 14:41:00 +01:00
Carlos Fernandez Cabrero
6bdda5b32d Added new category and suggestion as example 2022-03-17 14:34:30 +01:00

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.