Skip to content

Commit ac7cbd0

Browse files
chore(codemod): add missing filePath parameter to the docblock
1 parent 8cd2133 commit ac7cbd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/codemods/src/v5/remove-overloads/utils/unknown-usage-error.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
class UnknownUsageError extends Error {
22
/**
33
* @param {import('jscodeshift').CallExpression} callExpression
4+
* @param {string} filePath
45
*/
56
constructor(callExpression, filePath) {
67
super('')

0 commit comments

Comments
 (0)