文件名称:jscodeshift-typescript-example:jscodeshift打字稿codemod示例
文件大小:6.07MB
文件格式:ZIP
更新时间:2024-06-01 10:56:15
typescript jest vscode debug codemod
jscodeshift-typescript-example 一路打字 :rocket: 与TypeScript用于TypeScript的示例用法: TypeScript目标文件* .ts TypeScript转换器 TypeScript测试文件 TypeScript固定装置 TypeScript转换器 使用@types/jscodeshift强类型代码和代码完成 安装 npm i 或者 yarn 运行codemod npx jscodeshift -t ./examples/simple-rename.ts --extensions=ts --parser=ts ' ./**/*.ts ' --print --dry 省略--dry将转换后的源写回到磁盘。 测试 npm test 或者 yarn test 除错 使用 来运行测试和调试转换器。 幕后花絮 使用jscodeshift的默认解
【文件预览】:
jscodeshift-typescript-example-main
----.gitignore(2KB)
----README.md(2KB)
----.github()
--------workflows()
----.vscode()
--------launch.json(646B)
----docs()
--------debugger.gif(4.5MB)
--------code-completion.gif(2MB)
----examples()
--------reverse-identifiers.ts(580B)
--------__testfixtures__()
--------__tests__()
--------simple-rename.ts(306B)
----LICENSE(1KB)
----package.json(395B)
----jest.config.js(79B)
----.renovaterc.json(369B)
----.editorconfig(208B)
----yarn.lock(175KB)