mirror of
https://github.com/sorrycc/awesome-javascript.git
synced 2026-01-27 05:38:00 -08:00
Merge 49e8c96caa into e27b03b028
This commit is contained in:
@@ -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)
|
||||
* [Minimizers](#minimizers)
|
||||
* [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.
|
||||
* [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
|
||||
|
||||
* [webpack](https://github.com/webpack/webpack) - Packs CommonJs/AMD modules for the browser.
|
||||
|
||||
Reference in New Issue
Block a user