Skip to content

Minor arrow function fixes

Compare
Choose a tag to compare
@matAtWork matAtWork released this 25 Sep 14:45
· 128 commits to master since this release
  • Update acorn-es7-plugin to handle async(()=>0) as a call and async()=>0 as an async arrow function.
  • Fix case where generator mode generated an illegal anonymous FunctionDefintion from an ArrowFunctionExpression that was never in an expression