Bug#1138039: ITP: node-pixl-class -- module for creating classes, with inheritance and mixins
| Newsgroups | gmane.linux.debian.devel.general |
|---|---|
| Message-ID | <1fcf7142447a24aa91a4d90f16976423__33842.33802078$1779879464$gmane$org@nahmias.net> |
Package: wnpp Severity: wishlist Owner: Joseph Nahmias <[email protected]> Control: block 1137734 by -1 X-Debbugs-CC: Joseph Huckaby <[email protected]>, Debian Javascript Maintainers <[email protected]>, [email protected] * Package name : node-pixl-class Version : 1.0.3 Upstream Author : Joseph Huckaby <[email protected]> * URL : https://github.com/jhuckaby/pixl-class * License : Expat Programming Lang: JavaScript Description : module for creating classes, with inheritance and mixins This library is provided as a means to create classes in a more classical sort of way, including support for static class members, proper constructors, inheritance, and mixins. . All classes generated are event emitters by default -- they inherit all the methods from Node's EventEmitter class, such as on(), once(), and emit(), and can use them directly. . Callback methods can be auto-converted into promises with NodeJS's util.promisify, making them instantly ready for async/await. . Node.js is an event-based server-side JavaScript engine. dep for cronicle i plan to maintain this under the js-team