codemod
codemod copied to clipboard
feat(Codemod) : Node/Globmatch Native
📚 This codemod automates the migration of glob-matching functions like minimatch
, micromatch
, 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)