E

e18e/@e18e/math.clz32

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

Math.clz32 Codemod

Introduction

This codemod replaces the usage of the math.clz32/polyfill library with the built-in Math.clz32 method. The objective is to eliminate the unnecessary dependency on the polyfill, thereby reducing the bundle size and improving performance.

Before

javascript

After

javascript

Ready to contribute?

Build your own codemod and share it with the community.