Open utterances-bot opened 5 years ago
Where are the target specific flags listed and described?
Over a year later and I came to this document with the exact same question as @chrisvelevitch
We only have this page currently: https://haxe.org/manual/compiler-usage-flags.html
To check a specific haxelib version, use the operators, for example #if (actuate <= "1.8.7")
I just heard from someone that I can use version("1.8.7")
to more safely compare versions that might have multiple digits. It seems to work, but I worry about it being undocumented. Can this be officially documented? Or is it something that I should actually avoid?
Conditional Compilation - Haxe - The Cross-platform Toolkit
Haxe is an open source toolkit based on a modern, high level, strictly typed programming language.
https://haxe.org/manual/lf-condition-compilation.html