Skip to content
New issue

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

Ignores sys conditional compilation block #185

Open
darmie opened this issue Feb 12, 2022 · 1 comment
Open

Ignores sys conditional compilation block #185

darmie opened this issue Feb 12, 2022 · 1 comment

Comments

@darmie
Copy link

darmie commented Feb 12, 2022

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
@neimanpinchas
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants