K

insert-nodes

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

Theis transformation ensures that calls to Transforms.insertNodes in the updated API remain functional and behave identically to their usage in the older API (v0.88) while adhering to the new, more explicit parameterization.

Before (v0.88)

ts

After (v0.104)

ts

Ready to contribute?

Build your own codemod and share it with the community.