dja-in-space
Results
2
issues of
dja-in-space
Stuff: `haxe 5.0.0-preview.1` I have a macro function which calls the code below: ``` trace("TYPES: ", type1, type2); final unified = Context.unify(type1, type2); trace("UNIFIED: ", unified); ``` Compilation server gives...
In the current state a git lib dependency is placed in `some_library/git` folder. And it is not possible to have two or more different git commit version of the same...
enhancement