Skip to content

fix(core): fix regexp for event types #60592

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

Closed

Conversation

thePunderWoman
Copy link
Contributor

This regexp accidentally worked. It was splitting by individual character and putting a pipe in rather than splitting by set of event types

This regexp accidentally worked. It was splitting by individual character and putting a pipe in rather than splitting by set of event types
@thePunderWoman thePunderWoman added action: review The PR is still awaiting reviews from at least one requested reviewer area: core Issues related to the framework runtime target: patch This PR is targeted for the next patch release labels Mar 27, 2025
@ngbot ngbot bot modified the milestone: Backlog Mar 27, 2025
@thePunderWoman thePunderWoman added action: merge The PR is ready for merge by the caretaker and removed action: review The PR is still awaiting reviews from at least one requested reviewer labels Mar 27, 2025
thePunderWoman added a commit that referenced this pull request Mar 27, 2025
This regexp accidentally worked. It was splitting by individual character and putting a pipe in rather than splitting by set of event types

PR Close #60592
@thePunderWoman
Copy link
Contributor Author

This PR was merged into the repository by commit fd5c981.

The changes were merged into the following branches: main, 19.2.x

mattrberry pushed a commit to mattrberry/angular that referenced this pull request Mar 28, 2025
This regexp accidentally worked. It was splitting by individual character and putting a pipe in rather than splitting by set of event types

PR Close angular#60592
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action: merge The PR is ready for merge by the caretaker area: core Issues related to the framework runtime target: patch This PR is targeted for the next patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants