Ee18e

e18e/@e18e/es-string-html-methods

No description available

e18emodule-replacement
Public
9 executions

Run locally

npx codemod @e18e/es-string-html-methods

es-string-html-methods Codemod

Introduction

This codemod replaces usage of deprecated string HTML methods from the es-string-html-methods package with their corresponding member method calls directly on string instances. By doing this, it eliminates unnecessary imports and reduces dependencies, thereby optimizing bundle size and performance.

Before

javascript

After

javascript

Ready to contribute?

Build your own codemod and share it with the community.