-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
blockedWaiting on external input or dependency before progress can continueWaiting on external input or dependency before progress can continueenhancementNew feature or requestNew feature or request
Description
typedRegExp(source).replaceIn's argument replacer requires all arguments to be destructured if a single optional captured group exists:
typedRegExp('()?').replaceIn('', (match) => ''); // Errors
typedRegExp('()?').replaceIn('', (match, ..._) => ''); // worksReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
blockedWaiting on external input or dependency before progress can continueWaiting on external input or dependency before progress can continueenhancementNew feature or requestNew feature or request