E

e18e/@e18e/has-symbols

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

has-symbols Codemod

Introduction

This codemod removes the dependency on the has-symbols package and its submodule has-symbols/shams by replacing their usage with a boolean literal true. This simplifies the code and improves the performance by eliminating unnecessary dependencies.

Before

javascript

After

javascript

Ready to contribute?

Build your own codemod and share it with the community.