Skip to content

Conversation

G-Rath
Copy link
Contributor

@G-Rath G-Rath commented May 3, 2025

The current pattern assumes that compiled code will have spaces before and after the = character even though that isn't a requirement of the language for assignments, so it won't work if a build pipeline omits either of those spaces (which is what is happening in one of our applications).

This updated pattern matches any number of spaces on either side of the = character, including zero

@KaelWD KaelWD merged commit b7b547b into vuetifyjs:master Jul 31, 2025
1 check passed
@G-Rath G-Rath deleted the patch-1 branch July 31, 2025 05:55
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.

2 participants