-
-
Notifications
You must be signed in to change notification settings - Fork 80
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
Implement Typescript "funk"
using queries
#1516
Implement Typescript "funk"
using queries
#1516
Conversation
be6bdda
to
adf03e9
Compare
"funk"
using queries
23bdbf3
to
381617c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have mixed feelings about this one. I think I'd prefer if "name"
from within the const
modifier targeted the first name (aaa
) rather than both at the same time. But this was easier to implement, I don't think this corner case is super common, and it is kind of ambiguous anyway
) | ||
) | ||
) @_.domain | ||
(#allow-multiple! @name) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As mentioned above, mixed feelings about this one, but was super easy 🤷♂️
381617c
to
004d0b8
Compare
004d0b8
to
1f68e5e
Compare
fed023b
to
0a49728
Compare
ok @AndreasArvidsson i think this one is good to go; would be worth a quick scan esp through the unit tests looking forward to #1524 so that the tests won't be so verbose 😅 |
export
#711export
keyword ofinterface
#1238Checklist
"name"
behaves as well as"funk name"
now does"funk name"
=>"name funk"
, and then remove all the"funk name"
stuff (MigratefunctionName
to just pipenamedFunction
intoname
#1518). Might want to bail on that