• @Nodejs/Correct Ts Specifiers

    This package transforms import specifiers from the old tsc (TypeScript's compiler) requirement of using .js file extensions in source-code to import files that are actually typescript; the corrected specifiers enable source-code to be runnable by standards-compliant software like Node.js.

  • Workleap/Orbiter To Hopper

    This codemod automates the migration of components from Orbiter to the Hopper design system.

  • O2h Migration

    This is a codemod created with codemod init.

  • React/19/Remove Forward Ref

    React.forwardRef will be deprecated for Function Components in near future. This codemod removes forwardRef function.

  • Lodash/2/Es Toolkit/Migrate

    This codemod automates the migration from Lodash library to es-toolkit package.

  • Pinia Colada 0 14 Migration Recipe

    This codemod updates the usage of PiniaColada to ensure that the enabled and gcTime options are correctly placed under queryOptions. Previously, these options were directly passed as top-level properties, which is now deprecated. The codemod transforms these patterns into the new structure where enabled is nested under queryOptions.

  • React Router/4/Move Hoc To Global Scope

    Moves HOC calls to the global scope