Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork240
Allowexeca return values in$ template expressions#528
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Allowexeca return values in$ template expressions#528
Uh oh!
There was an error while loading.Please reload this page.
Conversation
aaronccasanova commentedMar 4, 2023
@sindresorhus@ehmicky I'll update the JSDoc types and README documentation after sign off on the implementation. |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
ehmicky commentedMar 4, 2023
This is looking great@aaronccasanova, thanks! 🎉 |
Uh oh!
There was an error while loading.Please reload this page.
ehmicky commentedMar 5, 2023
This looks good to me so far! 👍 |
aaronccasanova commentedMar 5, 2023
Great, I'll start on the docs and open the PR shortly! |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
ehmicky left a comment
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.
🚀
sindresorhus commentedMar 6, 2023
Looks great 👍 |
Closes#523
This PR adds support for interpolating
ExecaReturnValueandExecaSyncReturnValuein$template expressions:Asynchronous
Synchronous