E

e18e/@e18e/es-shim-unscopables

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

es-shim-unscopables Codemod

Introduction

This codemod removes the es-shim-unscopables package from the codebase. It eliminates unnecessary dependency by replacing calls to its functions with native JavaScript functionality, thus optimizing the bundle size and improving performance.

Before

javascript

After

javascript

Ready to contribute?

Build your own codemod and share it with the community.