bug report for migration tool "codemod"
When using the automation script for migrating to version 0.17 at https://github.com/sshader/api_codemod, I discovered an issue in the codebase that is not severe but difficult to troubleshoot: the
singleQuoteRegex
function is intended to filter single quotes, not double quotes (presumably an oversight during code writing). Coincidentally, my project follows the development convention of using single quotes, which led to this problem.1 Reply
Oops thank you -- you're totally right 🤦♀️. Fixed it just now