hxnodelibs
hxnodelibs copied to clipboard
s.npm.ws.WebSocket has no field binaryType? https://github.com/websockets/ws/blob/4f293a8726092c75539287dd07358afaf151a2e5/lib/websocket.js#L=102
using Dynamic here allow to write package db; var db : Db; [...] db.Something and db.Something maybe the var in a highter scope, let's say we just add all necessary...
On current master, when I try: haxe build.hxml it fails with: js/npm/tarstream/TarStream.hx:10: characters 7-21 : Type not found : js.node.Buffer That is an npm extern that I added. It fails...
Now when hxnodejs is finally released, we can discuss a bit about this extern collection. I don't like how it's currently done here using `js.node` as a prefix package since...