Skip to content

Commit 3912c53

Browse files
committed
chore: add comments
1 parent 8b717d8 commit 3912c53

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

bin/vue-codemod.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ const {
4242
conflicts: 'transformation',
4343
describe: 'run all transformation module',
4444
})
45-
// example(command: string, description: string): Argv<T>;
4645
.example([
4746
[
4847
'npx vue-codemod ./src -a',
@@ -77,7 +76,12 @@ async function main() {
7776
}
7877
}
7978
}
80-
79+
/**
80+
* process files by Transformation
81+
* @param resolvedPaths resolved file path
82+
* @param transformationName transformation name
83+
* @param transformationModule transformation module
84+
*/
8185
function processTransformation(
8286
resolvedPaths: string[],
8387
transformationName: string,

0 commit comments

Comments
 (0)