Media Summary: Spencer Miskoviak demonstrates how to refactor code with jscodeshift, a JavaScript In this video, we will discuss how can work with and modify large codebases. As we grow in our careers, we often have to make ... "Tree shaking (dead code elimination) can be an invaluable feature in modern build tools to keep bundle sizes slim. Unfortunately ...
Codemods - Detailed Analysis & Overview
Spencer Miskoviak demonstrates how to refactor code with jscodeshift, a JavaScript In this video, we will discuss how can work with and modify large codebases. As we grow in our careers, we often have to make ... "Tree shaking (dead code elimination) can be an invaluable feature in modern build tools to keep bundle sizes slim. Unfortunately ... In this video, we explore how to use jscodeshift for automated code transformations, following a Test-Driven Development (TDD) ... When ES modules land in Node, it will be impossible to do this: import {thing} from './common-js-module' Because CommonJS is ... ŁUKASZ NOWAK - Codemods how to support your users with breaking changes delivery
It's 2025, your startup is growing, and you're still using Javascript patterns from six (8? 12?) years ago. What do you do? Using programs to transmogrify your programs. We are thrilled to announce the launch of the first version of Wish for a change, and let AI auto-generate the ast-grep rule for you. You can also ask questions about ast-grep.