Ee18e

e18e/@e18e/functions-have-names

No description available

e18emodule-replacement
Public
8 executions

Run locally

npx codemod @e18e/functions-have-names

Functions Have Names Codemod

Introduction

This codemod removes the functions-have-names package from the codebase and replaces its usage with a simple boolean literal. The goal is to reduce dependencies, enhance performance, and simplify the code.

Before

javascript

After

javascript

Ready to contribute?

Build your own codemod and share it with the community.