Closed kansson closed 2 months ago
Yeah, should be possible. Happy to work on adding that. Quick question though, what's your motivation for preferring arrow functions? Just style?
Yeah, should be possible. Happy to work on adding that. Quick question though, what's your motivation for preferring arrow functions? Just style?
Thanks, looking forward to it. Mainly for coding style and avoiding explicit returns in simple database queries.
Got it. That should be possible. I'll use this issue to track.
One common reason to want arrow functions is to apply wrappers, and that won't work (which is why I was asking).
You can install grats@main
to try it out before the next release.
Awesome thanks! 🚀
Hi, great project! Is it possible to use arrow functions for field definitions like this?