Lukas Geiter
Results
2
issues of
Lukas Geiter
I'm trying to use fastparse with a regex that contains backreferences. Here's a very simplified example: ``` ("|')foo\1 ``` However, since Fastparse joins all regexes of one state like `(regex1)|(regex2)|(("|')foo\1)`...
### Describe the bug I would like to use my own loading component at the root level. To do that I'm wrapping the `` in the root component with a...