Skip to content

Improve Generic Support #1161

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

Merged
merged 1 commit into from
Feb 25, 2019
Merged

Improve Generic Support #1161

merged 1 commit into from
Feb 25, 2019

Conversation

amadeus
Copy link
Collaborator

@amadeus amadeus commented Feb 19, 2019

The biggest feature upgrade here is actual support for generics in function calls:

arr.reduce<number>(callback, 0);

Additionally I took a chance to improve other areas of generic support, as well as fix a bunch of other random bugs I found that are much too annoying to document here.

It's possible these changes may have other unintended consequences, so I will sit on this PR for a few days before merging.

The biggest feature upgrade here is actual support for generics in
function calls.

Additionally I took a chance to improve other areas of generic support,
as well as fix a bunch of other random bugs I found that are too much to
document here.

It's possible these changes may have other unintended consequences, so
I will sit on this PR for a few days before merging.
@amadeus amadeus merged commit 1afdf2e into master Feb 25, 2019
@amadeus amadeus deleted the flow-function-generic branch February 25, 2019 19:39
@TrySound
Copy link

Awesome! Thank you @amadeus

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants