You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: unify decode paths and eliminate dead code in PestV2Fixer
- Extract decodeWords(): shared decode primitive used by both
decodeDescribePart and the test-part decoding, removing duplication
- Remove early return for segments.length < 2: the describe-less path
is now handled by the unified single path (describeParts = [])
- Remove `before` variable: always '' since hasPrefix() guarantees
methodPart starts with PREFIX (prefixIdx === 0)
0 commit comments