Skip to content

Commit c236b1a

Browse files
renovate[bot]danez
andauthored
chore(deps): lock file maintenance (#1012)
* chore(deps): lock file maintenance * Fix ts --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Tschinder <[email protected]>
1 parent 3058617 commit c236b1a

File tree

2 files changed

+14
-15
lines changed

2 files changed

+14
-15
lines changed

packages/react-docgen/src/utils/getParameterName.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ export default function getParameterName(
2222
)}`;
2323
} else if (parameterPath.isTSParameterProperty()) {
2424
return getParameterName(parameterPath.get('parameter'));
25-
// @ts-expect-error isVoidPattern is not yet in types
2625
} else if (parameterPath.isVoidPattern()) {
2726
return 'void';
2827
}

pnpm-lock.yaml

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)