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

Recursive References in regexes[token] #6239

Open
qzoke opened this issue Jun 19, 2024 · 1 comment
Open

Recursive References in regexes[token] #6239

qzoke opened this issue Jun 19, 2024 · 1 comment

Comments

@qzoke
Copy link
Contributor

qzoke commented Jun 19, 2024

I was doing some refactoring ( #6238 )

I found regexs variable in src/lib/parse/regex.js has Recursive references.

To Reproduce
add console.log for regexes variable , I did console.log inside addRegexToken() of src/lib/parse/regex.js

Expected behavior
NO Recursive References

Screenshots
image

@gilmoreorless
Copy link
Member

What are the consequences of this? There are no details in this issue about whether this is actually a problem, or just a quirk.

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

No branches or pull requests

2 participants