has-tostringtag Codemod
Introduction
This codemod removes the has-tostringtag and has-tostringtag/shams modules from the codebase, replacing their usage with a simple boolean literal true. This effectively eliminates unnecessary dependencies, reduces the bundle size, and improves overall code performance.
Before
javascript
After
javascript