Skip to content

issues Search Results · repo:chalk/ansi-regex language:JavaScript

Filter by

32 results
 (79 ms)

32 results

inchalk/ansi-regex (press backspace or delete to remove)

from wezterm docs: SGR sequences are of the form CSI DIGITS [; DIGITS ]+ m. That is, any number of semicolon separated numbers, terminated by the m codepoint. There are a handful of slightly more modern ...
  • Mani4D46
  • 1
  • Opened 
    on Nov 29, 2024
  • #59

The library breaks for ANSI links that include + characters: No + characters: // you can generate this string via ansiEscapes.link(text, url) from the ansi-escapes npm lib let str = \u001b]8;;https://www.example.com/?q=hello\u0007hello\u001b]8;;\u0007 ...
bug
  • romannurik
  • Opened 
    on Aug 12, 2024
  • #57

ansi-regex cannot match link regexes that end in \u0001B, as the regex only allows \u0007. Example: \x1b]8;;http://example.com/\x1b\\This is a link\x1b]8;;\x1b\\ hello Reference: https://github.com/nodejs/node/issues/53697 ...
  • avivkeller
  • 2
  • Opened 
    on Jul 8, 2024
  • #56

This library dropped the support for CJS, and from that time it s causing multiple issues, most managers download newer version which breaks when using require
  • AbdUlHamedMaree
  • 1
  • Opened 
    on May 5, 2024
  • #54

[31;1m 失败 nums: 1 [m [32;1m 成功 nums: 1 [m 好像没办法匹配到
  • enjoy-myLife
  • 1
  • Opened 
    on Mar 1, 2024
  • #52

Hi there, I ve been playing around with your library, feeding it strings from iTerm2 using Edit Copy With Control Sequences , and I came across several that are not fully consumed by the regex. They ...
invalid
  • shyndman
  • 4
  • Opened 
    on Apr 17, 2022
  • #50

/usr/local/bin/node /Users/user/.yarn/bin/yarn.js run start **yarn run v1.22.15** $ react-scripts start /Users/user/project/node_modules/renderkid/node_modules/strip-ansi/index.js:2 var ansiRegex = require( ...
  • semihraifgurel
  • 2
  • Opened 
    on Nov 11, 2021
  • #48

Info: https://github.com/advisories/GHSA-93q8-gq69-wqmw ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ moderate │ Inefficient Regular Expression Complexity in ...
  • dogmatic69
  • 1
  • Opened 
    on Oct 12, 2021
  • #44

Getting this issue while running any yarn task I have updated to 5.0.1 after yarn audit showed as a moderate fix. Project Type: node express Node Version: 14.18.0 Usage: typescript Dependency: Internal ...
  • smartameer
  • 3
  • Opened 
    on Oct 11, 2021
  • #43

It d probably be a good idea to add tests to make sure the changes that fixed CVE-2021-3807 don t regress in the future. I ll work on this in my fork and mention it in my PR.
  • nicolas377
  • 2
  • Opened 
    on Sep 26, 2021
  • #40
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub