Use case
Framework
Owner
- @Nodejs/Correct Ts Specifiers- This package transforms import specifiers from the old - tsc(TypeScript's compiler) requirement of using- .jsfile 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.
- Lodash/2/Es Toolkit/Migrate- This codemod automates the migration from Lodash library to es-toolkit package. 
- Json Breather- This is a codemod created with - codemod init.- Codemod verified- Regularly tested and maintained by our engineers and codemod expert community 
- Vercel Postgres To Neon- This is a codemod created with - codemod init.
- Correct Ts Specifiers- This package transforms import specifiers from the old - tsc(TypeScript's compiler) requirement of using- .jsfile 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.
- Deno Replace Import Assertions- This codemod helps migrate JavaScript/TypeScript files from using the deprecated import assertions syntax to the updated import attributes syntax. The change aligns with the updated proposal for import attributes and ensures compatibility with newer versions of runtimes like Deno 2 and modern browsers that have already removed support for import assertions. 
- Flatten Deno.Json- This codemod helps developers migrate their deno.json configuration files to the new flattened schema format, making them easier to read and write. It automates the transformation of nested properties to their new top-level structure as outlined in recent Deno updates. 
- Vue 2 To Vue 3 Refs And Methods- Example- This codemod turns X into Y. It also does Z. Note: this is a contrived example. Please modify it. 
- Remix/2/React Router/Upgrade- This codemod automates most of the manual steps outlined in the Remix to React Router upgrade guide. 
- I18n/23/Remove Options- Modification of the InterpolationOptions type. In version 23.0.0, the ns property within InterpolationOptions is now constrained to be of type Namespace instead of being a string or a readonly string[]. This change requires you to adjust your code accordingly. 
- Styledictionary/4/Logging- What Changed
- Styledictionary/4/Hook Api Parsers- What Changed
- Styledictionary/4/Hook Api Formats- What Changed
- Styledictionary/4/Asynchronous Api- This codemod updates the following StyleDictionary class methods to be asynchronous: - extend(),- exportPlatform(),- getPlatform(),- buildAllPlatforms(),- buildPlatform(),- cleanAllPlatforms(), and- cleanPlatform(). This ensures compatibility with the latest asynchronous workflows in Style Dictionary.
- Webpack/V5/Migration Recipe- This recipe is a set of codemods that will help migrate webpack v4 to v5. 
- Webpack/V5/Json Imports To Default Imports- This codemod migrates imports from JSON modules that use named exports to use default exports instead. 
- Styledictionary/4/Updated And Removed Transforms- What Changed
- Styledictionary/4/Reference Utils- What Changed
- Styledictionary/4/Instantiating Style Dictionary- What Changed