Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an extensions key to sfcmod Config #38

Open
5 tasks
Sidnioulz opened this issue Sep 13, 2023 · 0 comments
Open
5 tasks

Add an extensions key to sfcmod Config #38

Sidnioulz opened this issue Sep 13, 2023 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@Sidnioulz
Copy link
Owner

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
@Sidnioulz Sidnioulz added the enhancement New feature or request label Sep 13, 2023
@Sidnioulz Sidnioulz added this to the v1 milestone Sep 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant