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
sys
hxnodejs would not compile blocks that check if target is sys compatible.
e.g the following code will not work on hxnodejs
#if sys Sys.println("Hello Haxe!") #end
The text was updated successfully, but these errors were encountered:
yes, because hxnodejs is not sync by default because it's not fully compatible
see this link https://github.com/HaxeFoundation/hxnodejs/blob/master/extraParams.hxml
https://community.haxe.org/t/using-sys-in-nodejs-target/3702/3
Sorry, something went wrong.
No branches or pull requests
hxnodejs would not compile blocks that check if target is sys compatible.
e.g the following code will not work on hxnodejs
The text was updated successfully, but these errors were encountered: