Skip to content
New issue

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

haxe.macro.Printer vs arrow functions #9151

Closed
nadako opened this issue Feb 17, 2020 · 0 comments
Closed

haxe.macro.Printer vs arrow functions #9151

nadako opened this issue Feb 17, 2020 · 0 comments

Comments

@nadako
Copy link
Member

nadako commented Feb 17, 2020

class Test {
  static function main() {
    trace(new haxe.macro.Printer().printExpr(macro a -> b));
  }
}
Test.hx:3: function(a) @:implicitReturn return b
Simn pushed a commit to HaxeCheckstyle/haxeparser that referenced this issue Jun 27, 2020
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant