mirror of
https://github.com/sorrycc/awesome-javascript.git
synced 2026-01-27 21:48:02 -08:00
Compare commits
3 Commits
badges
...
2149302ba1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2149302ba1 | ||
|
|
9dd7d5e070 | ||
|
|
6bdda5b32d |
@@ -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)
|
||||||
@@ -118,6 +119,13 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
|
|||||||
* [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.
|
||||||
|
|||||||
Reference in New Issue
Block a user