Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit 0772d6d

Browse files
committed
Clarify comment. [ci skip]
1 parent 848a7a6 commit 0772d6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export default function lodash({ types }) {
7676
const binding = file.scope.getBinding(local);
7777
const { importKind = 'value' } = binding.path.parent;
7878

79-
// Skip type specifiers.
79+
// Skip type annotation specifiers.
8080
if (importKind != 'value') {
8181
return;
8282
}

0 commit comments

Comments
 (0)