or run

npx @tessl/cli init
Log in

Version

Files

tile.json

tessl/npm-picomatch

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.

Workspace
tessl
Visibility
Public
Created
Last updated
Describes
npmpkg:npm/picomatch@4.0.x

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%

To install, run

npx @tessl/cli install tessl/npm-picomatch@4.0.0

Assessment results

Generated

Agent Codex

Scenario 1

Token-level pattern analysis

0%

Scenario 2

Regex generation with compileRe()

25%

Scenario 3

Quick pattern matching with isMatch()

75%

Scenario 4

Extended glob (extglob) patterns - ?(pattern)

20%

Scenario 5

Custom format functions

35%

Scenario 6

Cross-platform path support

0%

Scenario 7

Regex creation with toRegex()

40%

Scenario 8

Pattern compilation with makeRe()

3%

Scenario 9

Custom range expansion with expandRange()

55%

Scenario 10

Globstar (**) for recursive matching

0%