compiletime icon indicating copy to clipboard operation
compiletime copied to clipboard

Simple Haxe Macro Helpers that let you do or get things at compile-time.

Results 2 compiletime issues
Sort by recently updated
recently updated
newest added

I needed this functionality for loading some .png files at compile time. Helper Macro I'm using that relies on compiletime: ``` class ImageHelper { #if java public static function imageFromBase64(base64:...

Hello! I have implemented three new methods. --- ```haxe var longSha1: String = CompileTime.buildGitCommitShaLong(); ``` Similar to `buildGitCommitSha()`, but returns the full sha1 instead of the shorter version. --- ```haxe...