E

e18e/@e18e/is-builtin-module

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

is-builtin-module Codemod

Introduction

This codemod replaces the usage of the is-builtin-module package with the built-in isBuiltin function from the node:module module. By doing this, it eliminates the need for an external dependency, thereby reducing the overall bundle size and improving performance.

Before

javascript

After

javascript

Ready to contribute?

Build your own codemod and share it with the community.