• Deno Refactor Resource Ids

    In Deno v2, resource IDs are being deprecated. Most users do not directly interact with resource IDs, so we are moving towards a model where resources are referenced by native JavaScript objects. This codemod automates the process of updating your code to align with this change.

  • React/19/Remove Legacy Context

    Removes legacy context methods childContextTypes and getChildContext from react class component. Wraps rendered children with Context.

    by@alexbit-codemod
  • by@codemod