We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
class Test { static function main() { trace(new haxe.macro.Printer().printExpr(macro a -> b)); } }
Test.hx:3: function(a) @:implicitReturn return b
The text was updated successfully, but these errors were encountered:
73c7949
print arrow functions correctly in haxe.macro.Printer HaxeFoundation/…
f7215ff
…haxe#9151
some Haxe parser changes (#56)
00b509e
* support metadata in var declaration syntax HaxeFoundation/haxe#9618 * print arrow functions correctly in haxe.macro.Printer HaxeFoundation/haxe#9151 * Module-level static declarations HaxeFoundation/haxe#8460 * [parser] allow `function` as package name HaxeFoundation/haxe#7697 * compatibility with Haxe 4.1
No branches or pull requests
The text was updated successfully, but these errors were encountered: