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:
Huei Tan 2018-05-07 16:22:28 +02:00 committed by GitHub
commit 98017d50cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,6 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
* [Storage](#storage)
* [Color](#color)
* [I18n And L10n](#i18n-and-l10n)
* [Class](#class)
* [Control Flow](#control-flow)
* [Routing](#routing)
* [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.
* [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
* [async](https://github.com/caolan/async) - Async utilities for node and the browser.