-
Notifications
You must be signed in to change notification settings - Fork 8
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
using keyword extension #11
base: dev
Are you sure you want to change the base?
Conversation
add check to using register
@crowplexus how do we change this to dev branch? Or is this synced with the latest version? Because my moved code we did isnt here |
Wait this is already dev branch |
Ohhh @crowplexus you forgot to push your local changes |
I will push it soon |
}), | ||
new UsingEntry("Lambda", function(o: Dynamic, f: String, args: Array<Dynamic>): Dynamic { |
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 had it as a string to allow people make custom usings,
but please do wait until we push our local changes
updated master and dev branches |
allows the static extension
using
keyword to be used for any class; also an attempt to improve its behavior<Iterable>.find
returning null if it doesn't find a matching item)i also updated the stringtools test asset to reflect some of these changes