• @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.

    by@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.

    by@jakobjingleheimer
  • Webpack To Rspack/Eslint Webpack Plugin To Eslint Rspack Plugin

    Change import from eslint-webpack-plugin to eslint-rspack-plugin.

    Before

    by@dfordp
  • Webpack To Rspack/Migration Recipe

    This recipe is a set of codemods that will help migrate from webpack to rspack.

  • Biome/Migrate Rules

    This codemod replaces configuration files for ESLint with corresponding biome.json for all the found rules. It also replaces Prettier configuration.

    by@codemod