[Pkg-javascript-devel] Bug#1138039: ITP: node-pixl-class -- module for creating classes, with inheritance and mixins
joe at nahmias.net
joe at nahmias.net
Wed May 27 11:55:15 BST 2026
Package: wnpp
Severity: wishlist
Owner: Joseph Nahmias <jello at debian.org>
Control: block 1137734 by -1
X-Debbugs-CC: Joseph Huckaby <jhuckaby at gmail.com>, Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>, debian-devel at lists.debian.org
* Package name : node-pixl-class
Version : 1.0.3
Upstream Author : Joseph Huckaby <jhuckaby at gmail.com>
* 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
More information about the Pkg-javascript-devel
mailing list