Steven Levithan
Steven Levithan
Are there any other currently-unsupported features you're using other than `(?D)` and lookaround-based conditionals? Since these are emulatable, I’ll keep them on my radar for eventual support, even if it...
No problem. I've updated the PR with a solution that generates a `transpiled/regex.ts` file to use for the build, and then deletes it afterward in a `postbuild` script (which I...
No problem, take your time. If you have a moment, though, I'm curious whether you have concerns with the current approach (or need time to think about it), or if...
> In general, I don't like to complicate the setup because I like things simple, but of course I see the benefits of this PR. I share your concern. This...
Glad to hear it! No worries if it takes you some time to come back to this, but in the meantime, I've made a couple more tweaks and I've gone...
I've rebased on top of recent conflicting Valibot configuration changes, and additionally bumped `regex` to v4.1.3. The latest version of `regex` avoids the need to update Valibot's `library/tsconfig.json` to use...
Congrats on the v1 launch. 😊 Would it make sense for me to pick this back up now that v1.0.0 has been out for a while?
No worries, mate. Should we close this PR?
What are some example use cases?
That's an example of its behavior. What about use cases, explaining when this would actually be useful? It's not that hard to get this behavior already with custom code that...