Skip to content

Small improvements to the function region patterns #112

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

Merged
merged 1 commit into from
Apr 27, 2025

Conversation

jparise
Copy link
Owner

@jparise jparise commented Apr 27, 2025

  • Use \%(\) to define a group with counting it as a sub-expression.
  • Limit the function name look back to 40 bytes to improve performance. If this ends up being too small, we can always increase this later or compute it based on the contents of 'graphql_javascript_functions'.

- Use \%(\) to define a group with counting it as a sub-expression.
- Limit the function name look back to 40 bytes to improve performance.
  If this ends up being too small, we can always increase this later or
  compute it based on the contents of 'graphql_javascript_functions'.
@jparise jparise merged commit e657a48 into master Apr 27, 2025
1 check passed
@jparise jparise deleted the function-region-patterns branch April 27, 2025 11:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant