Skip to content

issues Search Results · repo:isaacs/minimatch language:JavaScript

Filter by

147 results
 (68 ms)

147 results

inisaacs/minimatch (press backspace or delete to remove)

minimatch( /test/node_modules/test , **/node_modules/** ) // true minimatch( /test/node_modules/.test , **/node_modules/** ) // false
  • EgorKluch
  • 1
  • Opened 
    5 days ago
  • #253

Hello, team, I am currently developing cypress end to end tests. When matching some requests I was struggling with one specific filter query string to be matched. Since the cypress is using mini match ...
  • Kalo2412
  • Opened 
    6 days ago
  • #252

electron-builder version=25.1.8 os=24.3.0 • loaded configuration file=/Users/dsh/files.localized/code/live-student-fe/src/apps/electron/electron-builder.json • description is missed in the package.json ...
  • dingshaohua-com
  • Opened 
    21 days ago
  • #249

Trying to match react react/react-shoes react-shoes but not @testing-library/react @banana/react Pattern react matches first and last 2: console.log( minimatch.match( [ react , ...
  • az-nextsec
  • Opened 
    on Jan 29
  • #246

This pattern is not valid, .makeRe() returns false: test-a/[[:digit:]] But this patterns are ok: test/[[:digit:]] test-a/[0-9] Why? Bug?
  • zdm
  • Opened 
    on Jan 4
  • #244

I am trying to mimic the behaviour of Google Cloud storage, described here: https://cloud.google.com/storage/docs/json_api/v1/objects/list#list-object-glob In GCS this pattern is a match, but no matter ...
  • az-oolloow
  • Opened 
    on Nov 27, 2024
  • #243

I want to set up the ESLint rule of import/order and move all style imports to the bottom of imports. I use the ESLint plugin that uses minimatch under the hood. But I can t manage to write a pattern ...
  • qoa11a
  • Opened 
    on Oct 22, 2024
  • #242

Following a discussion on Twitter regarding https://github.com/nodejs/node/issues/52779 / https://github.com/nodejs/node/pull/52881 and whether it (or fs.glob, https://github.com/nodejs/node/pull/51912 ...
  • voxpelli
  • 1
  • Opened 
    on Aug 22, 2024
  • #240

Please support Node 18 for the current version of minimatch. Node 18 is current and not end of life. Many users use Node 18 and with an upgrade to minimatch 10.0.1 there was a crash
  • simatec
  • 4
  • Opened 
    on Aug 3, 2024
  • #238

I m using Renovate which only documents that it s using this library, but after reading this repo s readme, I m still not sure what the actual syntax is. I m looking for reference docs like this: https://docs.python.org/3/library/re.html#regular-expression-syntax ...
  • TWiStErRob
  • 1
  • Opened 
    on Jul 27, 2024
  • #237
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 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