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

ClosureParameter isVariadic Support #1268

Merged
merged 7 commits into from Jan 26, 2024

Conversation

art-divin
Copy link
Collaborator

Context

#1265 issue reports that it is not possible to customize Stencil so that it'd be customizable enough when there's a method with an argument of type ClosureType with a parameter ClosureParameter that is a variadic argument.

Currently, ClosureParameter does not provide isClosure accessor.

@art-divin art-divin added this to the 2.1.8 milestone Jan 26, 2024
@art-divin art-divin self-assigned this Jan 26, 2024
@art-divin art-divin merged commit 3f192d5 into master Jan 26, 2024
2 checks passed
@art-divin art-divin deleted the closureparameter-isvariadic-support branch January 26, 2024 18:42
art-divin added a commit that referenced this pull request Mar 17, 2024
* initial support for isVariadic in ClosureParameter

* Added tests for ClosureParameter.isVariadic

* Added Linux support for ClosureParameter use in templates

* Exposed closure on TypeName on Linux

* Exposed ClosureType to Linux

* Adjustments in ClosureParameters

* Fixed compilation error
art-divin added a commit that referenced this pull request Mar 17, 2024
* initial support for isVariadic in ClosureParameter

* Added tests for ClosureParameter.isVariadic

* Added Linux support for ClosureParameter use in templates

* Exposed closure on TypeName on Linux

* Exposed ClosureType to Linux

* Adjustments in ClosureParameters

* Fixed compilation error
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