E

e18e/@e18e/functions-have-names

How to Use
Run this codemod on your codebase using one of the following commands

The easiest way to run this codemod without installing anything globally:

Documentation

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.