Ee18e

e18e/@e18e/string.prototype.split

No description available

e18emodule-replacement
Public
36 executions

Run locally

npx codemod @e18e/string.prototype.split

String.prototype.split Codemod

Introduction

This codemod replaces the use of the split method from external libraries with the built-in String.prototype.split method. This improves performance by reducing unnecessary dependencies, thereby minimizing the bundle size and enhancing the overall efficiency of the codebase.

Before

javascript

After

javascript

Ready to evolve your codebase?

Build tailored, compiler-aware skills to assess, plan, and automate complex codebase changes.