Skip to content

feat: modularize plugin architecture and implement performance optimizations #35

feat: modularize plugin architecture and implement performance optimizations

feat: modularize plugin architecture and implement performance optimizations #35

Triggered via pull request October 1, 2025 09:25
Status Success
Total duration 27s
Artifacts

ci.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

3 errors
test (18.x): src/helpers/path-matching.ts#L31
Type '({ regex: null; pattern: string; } | { regex: false | MMRegExp; pattern: string; })[]' is not assignable to type 'CompiledPattern[]'.
test (22.x): src/helpers/path-matching.ts#L31
Type '({ regex: null; pattern: string; } | { regex: false | MMRegExp; pattern: string; })[]' is not assignable to type 'CompiledPattern[]'.
test (20.x): src/helpers/path-matching.ts#L31
Type '({ regex: null; pattern: string; } | { regex: false | MMRegExp; pattern: string; })[]' is not assignable to type 'CompiledPattern[]'.