I may need an intervention because writing codemods and transpilation plugins is addicting. Codemods are scripts that transform source code by converting it into an Abstract Syntax Tree (AST). That’s just technical mumbo jumbo for how common tooling parses and analyzes source code.