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

Compile regexes on UnaryFunctionCall #760

Merged
merged 1 commit into from
May 9, 2023

Conversation

srchase
Copy link
Contributor

@srchase srchase commented May 8, 2023

Removes unused UnaryFunctionCall class

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@srchase srchase requested review from a team as code owners May 8, 2023 15:49
/**
* For handling expressions that may be unary function calls.
*/
public abstract class UnaryFunctionCall {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is used in JSv3, could you add it there?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, added as part of aws/aws-sdk-js-v3#4712

@srchase srchase merged commit 83f61cc into smithy-lang:main May 9, 2023
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