Community-owned global registry and documentation hub for codemods. Write & run codemods, share them with your friends!
134
stars
18
forks
source link
Default extensions are not working as expected with glob transform paths #212
Closed
danieldelcore closed 9 months ago
Context: https://discord.com/channels/1062245324732768347/1202889526746554369
npx @hypermod/cli -t transform.ts src/components/**
npx @hypermod/cli -t transform.ts src/components/**/*
Should transform
.tsx
files but returns "no files found"cc: @rikusen0335