Skip to content
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

Handle nested call functions #683

Merged
merged 2 commits into from
Apr 25, 2019

Conversation

Mattchewone
Copy link
Contributor

Allows use of returning functions from functions

Resolves - #587

Allows use of returning functions from functions
@Mattchewone Mattchewone force-pushed the 587-cannot-call-functions-returned-by-functions branch from c0fc441 to 911ed9c Compare April 24, 2019 19:20
@justinbmeyer
Copy link
Contributor

Looks good. The only thing we might want to add now is an actual test. Make a stache template like:

stache("{{ foo(1)(2) }}")

and make sure it works

... puttin it all together!

@Mattchewone Mattchewone merged commit 36806f1 into master Apr 25, 2019
@Mattchewone Mattchewone deleted the 587-cannot-call-functions-returned-by-functions branch April 25, 2019 13:09
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.

None yet

2 participants