codemod icon indicating copy to clipboard operation
codemod copied to clipboard

feat(Codemod) : Node/Globmatch Native

Open manishjha-04 opened this issue 5 months ago • 2 comments

📚 This codemod automates the migration of glob-matching functions like minimatchmicromatch, and picomatch to Node.js's native matchesGlob support in LTS version 20.17.0.

🧪 You can find the implementation in the Studio here

  • [x] Tests for the changes have been added (for bug fixes/features)
  • [x] Docs have been added / updated (for bug fixes / features)

manishjha-04 avatar Sep 10 '24 11:09 manishjha-04