HaxeFoundation / hxnodejs

Haxe externs for working with node.js
MIT License
171 stars 63 forks source link

All `js.node.Os` methods should be static #168

Closed cedx closed 4 years ago

cedx commented 4 years ago

The methods Os.tmpdir(), Os.totalmem(), and Os.type() are instance methods, whereas they should be static like all other methods. See: https://github.com/HaxeFoundation/hxnodejs/blob/master/src/js/node/Os.hx#L132