Ee18e

e18e/@e18e/symbol.prototype.description

No description available

Legacy
e18emodule-replacement
Public
2 downloads
0 stars
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

Symbol Prototype Description Codemod

Introduction

This codemod removes the dependency on the symbol.prototype.description module and replaces its usage with the built-in ES feature. It eliminates the need for additional imports, reduces bundle size, and enhances code performance by directly accessing the description property of Symbol instances.

Before

javascript

After

javascript

Ready to contribute?

Build your own codemod and share it with the community.