• Npm Esm First In Exports

    Sort package.json export order to prefer ESM over CJS

  • Sql/Add Index Before Select

    Example of using codemod that changes SQL. It detects all SELECT statements and adds an index creation statement before them. Inside SELECT statement for any fields that ends with _id it creates an index on that field.

  • Nuxt/4/Template Compilation Changes

    This codemod removes lodash/template and related template utilities from Nuxt in favor of a more flexible and secure getContents() function for code generation in v3.