-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Consider parse the text: \u001b[33m\u001b[mText.
It would be:
{
foreground: 'yellow', text: 'Text'
}
but it sould be:
{ text: 'Text' }
The code need a bit change:
if (matchingText != null) {
state.text = matchingText
if (matchingText) {
result.push(state)
}
state = {}
matchingText = ''
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels