We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
js.node.Os
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
Os.tmpdir()
Os.totalmem()
Os.type()
The text was updated successfully, but these errors were encountered:
Make static the instance methods of module js.node.Os, fixes #168 (#…
9b9b5a6
…169)
Successfully merging a pull request may close this issue.
The methods
Os.tmpdir()
,Os.totalmem()
, andOs.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
The text was updated successfully, but these errors were encountered: