evals
scenario-1
scenario-10
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.
Performance
Overall agent performance with this tile
83%
Improvement
Performance improvement when using this tile compared to baseline
↑ 26%
Baseline
Agent performance without this tile
57%
npx @tessl/cli install tessl/npm-picomatch@4.0.0Generated
Agent Codex
Scenario 1
Token-level pattern analysis
Scenario 2
Regex generation with compileRe()
Scenario 3
Quick pattern matching with isMatch()
Scenario 4
Extended glob (extglob) patterns - ?(pattern)
Scenario 5
Custom format functions
Scenario 6
Cross-platform path support
Scenario 7
Regex creation with toRegex()
Scenario 8
Pattern compilation with makeRe()
Scenario 9
Custom range expansion with expandRange()
Scenario 10
Globstar (**) for recursive matching