E

e18e/@e18e/array.prototype.splice

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

Array.prototype.splice Codemod

Introduction

This codemod replaces usages of the array.prototype.splice package with native JavaScript's built-in Array.prototype.splice method. By eliminating the dependency on the external package, it reduces bundle size and enhances performance.

Before

javascript

After

javascript

Ready to contribute?

Build your own codemod and share it with the community.