You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been portinginternal/re.js to compose-regexp, for personal use as a vendored-in dep, because raw regexp concatenation hurts my eyes, and I've found a couple of things that strike me as possible bugs, around L73-L87... namely:
BUILD is supposed not to capture according to the comment, but it does capture its content.
the v? prefix in FULLPLAIN is different from those in LOOSEPLAIN and XRANGEPLAIN(LOOSE)? ([v=\\s]*).
What / Why
I've been porting internal/re.js to compose-regexp, for personal use as a vendored-in dep, because raw regexp concatenation hurts my eyes, and I've found a couple of things that strike me as possible bugs, around L73-L87... namely:
BUILD
is supposed not to capture according to the comment, but it does capture its content.v?
prefix inFULLPLAIN
is different from those inLOOSEPLAIN
andXRANGEPLAIN(LOOSE)?
([v=\\s]*
).Who
The text was updated successfully, but these errors were encountered: