hxnodejs would not compile blocks that check if target is sys compatible. e.g the following code will not work on hxnodejs ```hx #if sys Sys.println("Hello Haxe!") #end ```