mirror of
https://github.com/sorrycc/awesome-javascript.git
synced 2026-01-24 12:18:02 -08:00
Merge pull request #499 from oprogramador/patch-1
remove tools to create JS classes because they are supported since es6
This commit is contained in:
@@ -28,7 +28,6 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
|
|||||||
* [Storage](#storage)
|
* [Storage](#storage)
|
||||||
* [Color](#color)
|
* [Color](#color)
|
||||||
* [I18n And L10n](#i18n-and-l10n)
|
* [I18n And L10n](#i18n-and-l10n)
|
||||||
* [Class](#class)
|
|
||||||
* [Control Flow](#control-flow)
|
* [Control Flow](#control-flow)
|
||||||
* [Routing](#routing)
|
* [Routing](#routing)
|
||||||
* [Security](#security)
|
* [Security](#security)
|
||||||
@@ -453,13 +452,6 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
|
|||||||
* [polyglot](https://github.com/airbnb/polyglot.js) - tiny i18n helper library.
|
* [polyglot](https://github.com/airbnb/polyglot.js) - tiny i18n helper library.
|
||||||
* [babelfish](https://github.com/nodeca/babelfish/) - i18n with human friendly API and built in plurals support.
|
* [babelfish](https://github.com/nodeca/babelfish/) - i18n with human friendly API and built in plurals support.
|
||||||
|
|
||||||
## Class
|
|
||||||
|
|
||||||
* [ClassManager](https://github.com/kogarashisan/ClassManager) - One of the fastest and most convenient class systems in the world
|
|
||||||
* [klass](https://github.com/ded/klass) - A utility for creating expressive classes in JavaScript.
|
|
||||||
* [augment](https://github.com/javascript/augment) - The world's smallest and fastest classical JavaScript inheritance pattern.
|
|
||||||
|
|
||||||
|
|
||||||
## Control Flow
|
## Control Flow
|
||||||
|
|
||||||
* [async](https://github.com/caolan/async) - Async utilities for node and the browser.
|
* [async](https://github.com/caolan/async) - Async utilities for node and the browser.
|
||||||
|
|||||||
Reference in New Issue
Block a user