deps: bump @types/node from 25.5.2 to 25.6.0 (#430)
Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802032778号
This repository contains codemods (automated migrations) for “userland” code. These are intended to facilitate adopting new features and upgrading source-code affected by breaking changes.
Usage
To run the transform scripts use
codemodcommand below:From registry
With the codemod CLI you can run a workflow from the Codemod Registry. Replace
<recipe>with the name of the recipe you want to run:From source
With the codemod CLI you can run a workflow from a local file. First, clone this repository, then run the command below from your project directory:
See the codemod CLI doc for a full list of available commands.
Available codemods
You can find official Node.js codemods in the Codemod Registry.
Acknowledgments
We would like to extend our gratitude to the team at Codemod for providing their excellent tools and for their direct assistance with the Node.js project. Their support has been invaluable in making these migrations possible.