HaxeFoundation / HaxeFoundation/hxnodejs
Ignores `sys` conditional compilation block
Open
- Dominant language
- Haxe
- Stars
- 177
- Forks
- 58
- PR merge metrics
- No merged PRs in 30d
Description
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
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.