lgrignon / jsweet-gradle-plugin

Brings the power of JSweet to Gradle
Apache License 2.0
17 stars 15 forks source link

Expose autoPropagateAsyncAwaits option for transpiler #37

Closed HeithoffM closed 1 year ago

HeithoffM commented 1 year ago

For my purpose I need this option available in the gradle plugin. The transpiler already supports this option which actually works really well for me.

lgrignon commented 1 year ago

Hello. That would be a good idea. Would you want to give it a shot it a PR? I would review / mergr it quickly if you want

HeithoffM commented 1 year ago

@lgrignon Yes, that would be nice. Do you need to create a branch for that? I already have the coding done locally, including a version update and test fixing for missing jupiter dependencies ;)

lgrignon commented 1 year ago

Hello, if you don't know how to create a Pull Request, please read this https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request

Thanks :)

HeithoffM commented 1 year ago

Thank you, I created the pull request. I'm happy for any feedback :)

HeithoffM commented 1 year ago

Thanks for the fast merging!