HaxeFoundation / HaxeFoundation/hxnodejs

Ignores `sys` conditional compilation block

Open
#185 1 comment 1 reaction 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.