Skip to content

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.

3 participants