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
Add the ability to select extensions on which to run codemods.
Currently, the engine runs on all files, and only processes Vue separately. Instead, it should run on vue, ts, tsx, js, jsx, mjs, cjs, mts by default and a key should be provided to let users change the extensions.
Add config key
Set reasonable default for JS+TS+Vue
Filter inputs with config key
Update README
Add unit tests
The text was updated successfully, but these errors were encountered:
Add the ability to select extensions on which to run codemods.
Currently, the engine runs on all files, and only processes Vue separately. Instead, it should run on
vue, ts, tsx, js, jsx, mjs, cjs, mts
by default and a key should be provided to let users change the extensions.The text was updated successfully, but these errors were encountered: